Skip to content

Commit 9986d9a

Browse files
committed
ExecReScan for MergeJoin.
1 parent 0a1e284 commit 9986d9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/executor/nodeMergejoin.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: nodeMergejoin.h,v 1.7 1997/11/26 01:12:55 momjian Exp $
9+
* $Id: nodeMergejoin.h,v 1.8 1998/02/27 16:12:09 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -21,5 +21,6 @@ extern TupleTableSlot *ExecMergeJoin(MergeJoin *node);
2121
extern bool ExecInitMergeJoin(MergeJoin *node, EState *estate, Plan *parent);
2222
extern int ExecCountSlotsMergeJoin(MergeJoin *node);
2323
extern void ExecEndMergeJoin(MergeJoin *node);
24+
extern void ExecReScanMergeJoin(MergeJoin *node, ExprContext *exprCtxt, Plan *parent);
2425

2526
#endif /* NODEMERGEJOIN_H; */

0 commit comments

Comments
 (0)