No need to set heap id [skip ci]

This commit is contained in:
Andrew Kane
2023-10-22 16:15:34 -07:00
parent 84c5aa14bf
commit 95bcda94da

View File

@@ -209,7 +209,6 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
/* 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;
}
MemoryContextSwitchTo(oldCtx);