aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeGatherMerge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeGatherMerge.h')
-rw-r--r--src/include/executor/nodeGatherMerge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeGatherMerge.h b/src/include/executor/nodeGatherMerge.h
index 1509b7bcbce..d818576f1c8 100644
--- a/src/include/executor/nodeGatherMerge.h
+++ b/src/include/executor/nodeGatherMerge.h
@@ -17,8 +17,8 @@
#include "nodes/execnodes.h"
extern GatherMergeState *ExecInitGatherMerge(GatherMerge *node,
- EState *estate,
- int eflags);
+ EState *estate,
+ int eflags);
extern void ExecEndGatherMerge(GatherMergeState *node);
extern void ExecReScanGatherMerge(GatherMergeState *node);
extern void ExecShutdownGatherMerge(GatherMergeState *node);