|
PostgreSQL Source Code git master
|
#include <execPartition.h>
Definition at line 121 of file execPartition.h.
| bool PartitionPruneState::do_exec_prune |
Definition at line 128 of file execPartition.h.
| bool PartitionPruneState::do_initial_prune |
Definition at line 127 of file execPartition.h.
| ExprContext* PartitionPruneState::econtext |
Definition at line 123 of file execPartition.h.
| Bitmapset* PartitionPruneState::execparamids |
Definition at line 124 of file execPartition.h.
Referenced by ExecReScanAppend(), and ExecReScanMergeAppend().
| int PartitionPruneState::num_partprunedata |
Definition at line 129 of file execPartition.h.
| Bitmapset* PartitionPruneState::other_subplans |
Definition at line 125 of file execPartition.h.
| PartitionPruningData* PartitionPruneState::partprunedata[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 130 of file execPartition.h.
| MemoryContext PartitionPruneState::prune_context |
Definition at line 126 of file execPartition.h.