|
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 1354 of file plannodes.h.
| Bitmapset* Gather::initParam |
Definition at line 1370 of file plannodes.h.
Referenced by make_gather().
| bool Gather::invisible |
Definition at line 1364 of file plannodes.h.
Referenced by make_gather().
| int Gather::num_workers |
Definition at line 1358 of file plannodes.h.
Referenced by make_gather().
| Plan Gather::plan |
Definition at line 1356 of file plannodes.h.
Referenced by ExecInitGather(), and make_gather().
| int Gather::rescan_param |
Definition at line 1360 of file plannodes.h.
Referenced by make_gather().
| bool Gather::single_copy |
Definition at line 1362 of file plannodes.h.
Referenced by ExecInitGather(), and make_gather().