PostgreSQL Source Code  git master
PartitionDescData Struct Reference

#include <partdesc.h>

Data Fields

int nparts
 
bool detached_exist
 
Oidoids
 
boolis_leaf
 
PartitionBoundInfo boundinfo
 
int last_found_datum_index
 
int last_found_part_index
 
int last_found_count
 

Detailed Description

Definition at line 29 of file partdesc.h.

Field Documentation

◆ boundinfo

◆ detached_exist

bool PartitionDescData::detached_exist

Definition at line 32 of file partdesc.h.

Referenced by RelationBuildPartitionDesc(), and RelationGetPartitionDesc().

◆ is_leaf

bool* PartitionDescData::is_leaf

Definition at line 35 of file partdesc.h.

Referenced by ExecFindPartition(), and RelationBuildPartitionDesc().

◆ last_found_count

int PartitionDescData::last_found_count

Definition at line 63 of file partdesc.h.

Referenced by get_partition_for_tuple(), and RelationBuildPartitionDesc().

◆ last_found_datum_index

int PartitionDescData::last_found_datum_index

Definition at line 46 of file partdesc.h.

Referenced by get_partition_for_tuple(), and RelationBuildPartitionDesc().

◆ last_found_part_index

int PartitionDescData::last_found_part_index

Definition at line 52 of file partdesc.h.

Referenced by get_partition_for_tuple(), and RelationBuildPartitionDesc().

◆ nparts

◆ oids


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