From 95bcda94da1f7c803aa5b5ade91a92fdbdffb2fa Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 22 Oct 2023 16:15:34 -0700 Subject: [PATCH] No need to set heap id [skip ci] --- src/hnswscan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hnswscan.c b/src/hnswscan.c index 5ebfb16..2caa36f 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -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);