|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2627 of file execnodes.h.
| TupleTableSlot* GatherState::funnel_slot |
Definition at line 2634 of file execnodes.h.
| bool GatherState::initialized |
Definition at line 2630 of file execnodes.h.
Referenced by ExecGather(), and ExecReScanGather().
| bool GatherState::need_to_scan_locally |
Definition at line 2631 of file execnodes.h.
Referenced by ExecGather().
| int GatherState::nextreader |
Definition at line 2639 of file execnodes.h.
Referenced by ExecGather().
| int GatherState::nreaders |
Definition at line 2638 of file execnodes.h.
Referenced by ExecGather().
| int GatherState::nworkers_launched |
Definition at line 2637 of file execnodes.h.
Referenced by ExecGather().
| struct ParallelExecutorInfo* GatherState::pei |
Definition at line 2635 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGather(), and ExecShutdownGatherWorkers().
| PlanState GatherState::ps |
Definition at line 2629 of file execnodes.h.
Referenced by ExecGather(), and ExecReScanGather().
| struct TupleQueueReader** GatherState::reader |
Definition at line 2640 of file execnodes.h.
Referenced by ExecGather(), and ExecShutdownGatherWorkers().
| int64 GatherState::tuples_needed |
Definition at line 2632 of file execnodes.h.
Referenced by ExecGather(), and ExecSetTupleBound().