|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Plan | plan |
| int | num_workers |
| int | rescan_param |
| bool | single_copy |
| bool | invisible |
| Bitmapset * | initParam |
Definition at line 1335 of file plannodes.h.
| Bitmapset* Gather::initParam |
Definition at line 1351 of file plannodes.h.
Referenced by ExecGather(), and make_gather().
| bool Gather::invisible |
Definition at line 1345 of file plannodes.h.
Referenced by make_gather(), and standard_planner().
| int Gather::num_workers |
Definition at line 1339 of file plannodes.h.
Referenced by ExecGather(), ExplainNode(), make_gather(), and standard_planner().
| Plan Gather::plan |
Definition at line 1337 of file plannodes.h.
Referenced by create_gather_plan(), ExecInitGather(), make_gather(), and standard_planner().
| int Gather::rescan_param |
Definition at line 1341 of file plannodes.h.
Referenced by ExecReScanGather(), make_gather(), and standard_planner().
| bool Gather::single_copy |
Definition at line 1343 of file plannodes.h.
Referenced by ExecGather(), ExecInitGather(), ExplainNode(), make_gather(), and standard_planner().