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