diff options
Diffstat (limited to 'src/include/executor/nodeAppend.h')
-rw-r--r-- | src/include/executor/nodeAppend.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h index bb5fea8c1a2..3cd54021a55 100644 --- a/src/include/executor/nodeAppend.h +++ b/src/include/executor/nodeAppend.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAppend.h,v 1.13 2001/01/24 19:43:23 momjian Exp $ + * $Id: nodeAppend.h,v 1.14 2001/10/25 05:49:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,5 +21,4 @@ extern int ExecCountSlotsAppend(Append *node); extern TupleTableSlot *ExecProcAppend(Append *node); extern void ExecEndAppend(Append *node); extern void ExecReScanAppend(Append *node, ExprContext *exprCtxt, Plan *parent); - #endif /* NODEAPPEND_H */ |