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.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index f2ac25c2aee..2aa98a67c5b 100644
--- a/src/include/executor/nodeAppend.h
+++ b/src/include/executor/nodeAppend.h
@@ -1,21 +1,21 @@
/*-------------------------------------------------------------------------
*
* nodeAppend.h--
- *
+ *
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeAppend.h,v 1.2 1997/08/19 21:38:19 momjian Exp $
+ * $Id: nodeAppend.h,v 1.3 1997/09/07 04:57:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#ifndef NODEAPPEND_H
-#define NODEAPPEND_H
+#ifndef NODEAPPEND_H
+#define NODEAPPEND_H
-extern bool ExecInitAppend(Append *node, EState *estate, Plan *parent);
-extern int ExecCountSlotsAppend(Append *node);
-extern TupleTableSlot *ExecProcAppend(Append *node);
-extern void ExecEndAppend(Append *node);
+extern bool ExecInitAppend(Append * node, EState * estate, Plan * parent);
+extern int ExecCountSlotsAppend(Append * node);
+extern TupleTableSlot *ExecProcAppend(Append * node);
+extern void ExecEndAppend(Append * node);
-#endif /* NODEAPPEND_H */
+#endif /* NODEAPPEND_H */