Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1e284 commit 9986d9aCopy full SHA for 9986d9a
src/include/executor/nodeMergejoin.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: nodeMergejoin.h,v 1.7 1997/11/26 01:12:55 momjian Exp $
+ * $Id: nodeMergejoin.h,v 1.8 1998/02/27 16:12:09 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -21,5 +21,6 @@ extern TupleTableSlot *ExecMergeJoin(MergeJoin *node);
21
extern bool ExecInitMergeJoin(MergeJoin *node, EState *estate, Plan *parent);
22
extern int ExecCountSlotsMergeJoin(MergeJoin *node);
23
extern void ExecEndMergeJoin(MergeJoin *node);
24
+extern void ExecReScanMergeJoin(MergeJoin *node, ExprContext *exprCtxt, Plan *parent);
25
26
#endif /* NODEMERGEJOIN_H; */
0 commit comments