diff options
Diffstat (limited to 'src/include/executor/nodeSetOp.h')
-rw-r--r-- | src/include/executor/nodeSetOp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h index a276f016be..2c2aaf202a 100644 --- a/src/include/executor/nodeSetOp.h +++ b/src/include/executor/nodeSetOp.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.11 2004/12/31 22:03:29 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.12 2006/02/28 04:10:28 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,7 @@ #include "nodes/execnodes.h" extern int ExecCountSlotsSetOp(SetOp *node); -extern SetOpState *ExecInitSetOp(SetOp *node, EState *estate); +extern SetOpState *ExecInitSetOp(SetOp *node, EState *estate, int eflags); extern TupleTableSlot *ExecSetOp(SetOpState *node); extern void ExecEndSetOp(SetOpState *node); extern void ExecReScanSetOp(SetOpState *node, ExprContext *exprCtxt); |