1/*-------------------------------------------------------------------------
4 * prototypes for nodeGatherMerge.c
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/executor/nodeGatherMerge.h
12 *-------------------------------------------------------------------------
14#ifndef NODEGATHERMERGE_H
15#define NODEGATHERMERGE_H
26#endif /* NODEGATHERMERGE_H */
void ExecReScanGatherMerge(GatherMergeState *node)
void ExecShutdownGatherMerge(GatherMergeState *node)
GatherMergeState * ExecInitGatherMerge(GatherMerge *node, EState *estate, int eflags)
void ExecEndGatherMerge(GatherMergeState *node)