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

Skip to content

Commit 0a3500c

Browse files
committed
remove redundant ExecStoreTuple(...)
1 parent 6508567 commit 0a3500c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,6 @@ crossmatch_exec(CustomScanState *node)
623623
}
624624
else
625625
{
626-
ExecStoreTuple(htup, scanSlot, InvalidBuffer, false);
627-
628626
/* Check join conditions */
629627
node->ss.ps.ps_ExprContext->ecxt_scantuple = scanSlot;
630628
if (ExecQual(node->ss.ps.qual, node->ss.ps.ps_ExprContext, false))

0 commit comments

Comments
 (0)