summaryrefslogtreecommitdiff
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index ee0b6ad23dd..4e38a1380e2 100644
--- a/src/include/executor/nodeAppend.h
+++ b/src/include/executor/nodeAppend.h
@@ -17,7 +17,6 @@
#include "nodes/execnodes.h"
extern AppendState *ExecInitAppend(Append *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecAppend(AppendState *node);
extern void ExecEndAppend(AppendState *node);
extern void ExecReScanAppend(AppendState *node);