PostgreSQL Source Code  git master
PartitionTupleRouting Struct Reference

Data Fields

Relation partition_root
 
PartitionDispatchpartition_dispatch_info
 
ResultRelInfo ** nonleaf_partitions
 
int num_dispatch
 
int max_dispatch
 
ResultRelInfo ** partitions
 
boolis_borrowed_rel
 
int num_partitions
 
int max_partitions
 
MemoryContext memcxt
 

Detailed Description

Definition at line 91 of file execPartition.c.

Field Documentation

◆ is_borrowed_rel

bool* PartitionTupleRouting::is_borrowed_rel

Definition at line 99 of file execPartition.c.

Referenced by ExecCleanupTupleRouting(), and ExecInitRoutingInfo().

◆ max_dispatch

int PartitionTupleRouting::max_dispatch

Definition at line 97 of file execPartition.c.

Referenced by ExecInitPartitionDispatchInfo().

◆ max_partitions

int PartitionTupleRouting::max_partitions

Definition at line 101 of file execPartition.c.

Referenced by ExecInitRoutingInfo().

◆ memcxt

◆ nonleaf_partitions

ResultRelInfo** PartitionTupleRouting::nonleaf_partitions

Definition at line 95 of file execPartition.c.

Referenced by ExecFindPartition(), and ExecInitPartitionDispatchInfo().

◆ num_dispatch

int PartitionTupleRouting::num_dispatch

◆ num_partitions

int PartitionTupleRouting::num_partitions

◆ partition_dispatch_info

PartitionDispatch* PartitionTupleRouting::partition_dispatch_info

◆ partition_root

Relation PartitionTupleRouting::partition_root

◆ partitions

ResultRelInfo** PartitionTupleRouting::partitions

Definition at line 98 of file execPartition.c.

Referenced by ExecCleanupTupleRouting(), ExecFindPartition(), and ExecInitRoutingInfo().


The documentation for this struct was generated from the following file: