aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeAppend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeAppend.h')
-rw-r--r--src/include/executor/nodeAppend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index 3cd54021a55..60f0f0a0a88 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.14 2001/10/25 05:49:59 momjian Exp $
+ * $Id: nodeAppend.h,v 1.15 2001/10/28 06:26:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,4 +21,5 @@ 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 */