summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeGather.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeGather.h')
-rw-r--r--src/include/executor/nodeGather.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeGather.h b/src/include/executor/nodeGather.h
index b0006934d4d..189bd70041f 100644
--- a/src/include/executor/nodeGather.h
+++ b/src/include/executor/nodeGather.h
@@ -17,7 +17,6 @@
#include "nodes/execnodes.h"
extern GatherState *ExecInitGather(Gather *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecGather(GatherState *node);
extern void ExecEndGather(GatherState *node);
extern void ExecShutdownGather(GatherState *node);
extern void ExecReScanGather(GatherState *node);