Added comment [skip ci]

This commit is contained in:
Andrew Kane
2023-10-22 16:11:03 -07:00
parent 72e741a5a6
commit 84c5aa14bf

View File

@@ -207,6 +207,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
Datum value = PointerGetDatum(hc->element->vec);
bool isnull = false;
/* Allocate in temporary context, so no need to free */
scan->xs_itup = index_form_tuple(scan->xs_itupdesc, &value, &isnull);
scan->xs_itup->t_tid = *heaptid;
}