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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index e546503910e..c0aa2d1c753 100644
--- a/src/include/executor/nodeAppend.h
+++ b/src/include/executor/nodeAppend.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeAppend.h,v 1.5 1997/09/08 20:58:19 momjian Exp $
+ * $Id: nodeAppend.h,v 1.6 1997/09/08 21:52:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NODEAPPEND_H
#define NODEAPPEND_H
-extern bool ExecInitAppend(Append *node, EState * estate, Plan * parent);
+extern bool ExecInitAppend(Append *node, EState *estate, Plan *parent);
extern int ExecCountSlotsAppend(Append *node);
extern TupleTableSlot *ExecProcAppend(Append *node);
extern void ExecEndAppend(Append *node);