Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a146ee

Browse files
committed
set temporary tup flag in tuple table slot
1 parent ff0453f commit 5a146ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ fetch_next_pair(CrossmatchScanState *scan_state)
644644
htup = heap_form_tuple(tupdesc, values, nulls);
645645

646646
/* Fill scanSlot with a new tuple */
647-
ExecStoreTuple(htup, slot, InvalidBuffer, false);
647+
ExecStoreTuple(htup, slot, InvalidBuffer, true);
648648
}
649649

650650
if (buf1 != InvalidBuffer)

0 commit comments

Comments
 (0)