|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1540 of file execnodes.h.
| PlanState** MergeAppendState::mergeplans |
Definition at line 1543 of file execnodes.h.
Referenced by ExecEndMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
| struct binaryheap* MergeAppendState::ms_heap |
Definition at line 1548 of file execnodes.h.
Referenced by ExecMergeAppend(), and ExecReScanMergeAppend().
| bool MergeAppendState::ms_initialized |
Definition at line 1549 of file execnodes.h.
Referenced by ExecMergeAppend(), and ExecReScanMergeAppend().
| int MergeAppendState::ms_nkeys |
Definition at line 1545 of file execnodes.h.
Referenced by heap_compare_slots().
| int MergeAppendState::ms_nplans |
Definition at line 1544 of file execnodes.h.
Referenced by ExecEndMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
| struct PartitionPruneState* MergeAppendState::ms_prune_state |
Definition at line 1550 of file execnodes.h.
Referenced by ExecMergeAppend(), and ExecReScanMergeAppend().
| TupleTableSlot** MergeAppendState::ms_slots |
Definition at line 1547 of file execnodes.h.
Referenced by ExecMergeAppend(), and heap_compare_slots().
| SortSupport MergeAppendState::ms_sortkeys |
Definition at line 1546 of file execnodes.h.
Referenced by heap_compare_slots().
| Bitmapset* MergeAppendState::ms_valid_subplans |
Definition at line 1551 of file execnodes.h.
Referenced by ExecMergeAppend(), and ExecReScanMergeAppend().
| PlanState MergeAppendState::ps |
Definition at line 1542 of file execnodes.h.
Referenced by ExecMergeAppend(), and ExecReScanMergeAppend().