|
PostgreSQL Source Code git master
|
#include "nodes/execnodes.h"

Go to the source code of this file.
Functions | |
| GatherState * | ExecInitGather (Gather *node, EState *estate, int eflags) |
| void | ExecEndGather (GatherState *node) |
| void | ExecShutdownGather (GatherState *node) |
| void | ExecReScanGather (GatherState *node) |
|
extern |
Definition at line 251 of file nodeGather.c.
References ExecEndNode(), ExecShutdownGather(), and outerPlanState.
Referenced by ExecEndNode().
|
extern |
Definition at line 53 of file nodeGather.c.
References Assert, ExecAssignExprContext(), ExecConditionalAssignProjectionInfo(), ExecGather(), ExecGetResultType(), ExecInitExtraTupleSlot(), ExecInitNode(), ExecInitResultTypeTL(), fb(), innerPlan, makeNode, OUTER_VAR, outerPlan, outerPlanState, parallel_leader_participation, Gather::plan, Plan::qual, Gather::single_copy, and TTSOpsMinimalTuple.
Referenced by ExecInitNode().
|
extern |
Definition at line 442 of file nodeGather.c.
References bms_add_member(), ExecReScan(), ExecShutdownGatherWorkers(), fb(), GatherState::initialized, outerPlan, outerPlanState, PlanState::plan, and GatherState::ps.
Referenced by ExecReScan().
|
extern |
Definition at line 418 of file nodeGather.c.
References ExecParallelCleanup(), ExecShutdownGatherWorkers(), fb(), and GatherState::pei.
Referenced by ExecEndGather(), and ExecShutdownNode_walker().