|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2653 of file execnodes.h.
| struct binaryheap* GatherMergeState::gm_heap |
Definition at line 2672 of file execnodes.h.
| bool GatherMergeState::gm_initialized |
Definition at line 2657 of file execnodes.h.
Referenced by ExecReScanGatherMerge().
| int GatherMergeState::gm_nkeys |
Definition at line 2662 of file execnodes.h.
Referenced by heap_compare_slots().
| TupleTableSlot** GatherMergeState::gm_slots |
Definition at line 2669 of file execnodes.h.
Referenced by heap_compare_slots().
| SortSupport GatherMergeState::gm_sortkeys |
Definition at line 2663 of file execnodes.h.
Referenced by heap_compare_slots().
| struct GMReaderTupleBuffer* GatherMergeState::gm_tuple_buffers |
Definition at line 2671 of file execnodes.h.
| bool GatherMergeState::initialized |
Definition at line 2656 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecReScanGatherMerge().
| bool GatherMergeState::need_to_scan_locally |
Definition at line 2658 of file execnodes.h.
Referenced by ExecGatherMerge().
| int GatherMergeState::nreaders |
Definition at line 2668 of file execnodes.h.
Referenced by ExecGatherMerge().
| int GatherMergeState::nworkers_launched |
Definition at line 2667 of file execnodes.h.
Referenced by ExecGatherMerge().
| struct ParallelExecutorInfo* GatherMergeState::pei |
Definition at line 2664 of file execnodes.h.
Referenced by ExecGatherMerge(), ExecShutdownGatherMerge(), and ExecShutdownGatherMergeWorkers().
| PlanState GatherMergeState::ps |
Definition at line 2655 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecReScanGatherMerge().
| struct TupleQueueReader** GatherMergeState::reader |
Definition at line 2670 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecShutdownGatherMergeWorkers().
| TupleDesc GatherMergeState::tupDesc |
Definition at line 2661 of file execnodes.h.
| int64 GatherMergeState::tuples_needed |
Definition at line 2659 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecSetTupleBound().