PostgreSQL Source Code
git master
|
Data Fields | |
Relation | partition_root |
PartitionDispatch * | partition_dispatch_info |
ResultRelInfo ** | nonleaf_partitions |
int | num_dispatch |
int | max_dispatch |
ResultRelInfo ** | partitions |
bool * | is_borrowed_rel |
int | num_partitions |
int | max_partitions |
MemoryContext | memcxt |
Definition at line 91 of file execPartition.c.
bool* PartitionTupleRouting::is_borrowed_rel |
Definition at line 99 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), and ExecInitRoutingInfo().
int PartitionTupleRouting::max_dispatch |
Definition at line 97 of file execPartition.c.
Referenced by ExecInitPartitionDispatchInfo().
int PartitionTupleRouting::max_partitions |
Definition at line 101 of file execPartition.c.
Referenced by ExecInitRoutingInfo().
MemoryContext PartitionTupleRouting::memcxt |
Definition at line 102 of file execPartition.c.
Referenced by ExecInitPartitionDispatchInfo(), ExecInitPartitionInfo(), ExecInitRoutingInfo(), and ExecSetupPartitionTupleRouting().
ResultRelInfo** PartitionTupleRouting::nonleaf_partitions |
Definition at line 95 of file execPartition.c.
Referenced by ExecFindPartition(), and ExecInitPartitionDispatchInfo().
int PartitionTupleRouting::num_dispatch |
Definition at line 96 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitPartitionDispatchInfo().
int PartitionTupleRouting::num_partitions |
Definition at line 100 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitRoutingInfo().
PartitionDispatch* PartitionTupleRouting::partition_dispatch_info |
Definition at line 94 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitPartitionDispatchInfo().
Relation PartitionTupleRouting::partition_root |
Definition at line 93 of file execPartition.c.
Referenced by ExecInitPartitionDispatchInfo(), and ExecSetupPartitionTupleRouting().
ResultRelInfo** PartitionTupleRouting::partitions |
Definition at line 98 of file execPartition.c.
Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitRoutingInfo().