PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PartitionMap Struct Reference

Data Fields

int nparts
 
intmerged_indexes
 
boolmerged
 
bool did_remapping
 
intold_indexes
 

Detailed Description

Definition at line 77 of file partbounds.c.

Field Documentation

◆ did_remapping

bool PartitionMap::did_remapping

Definition at line 83 of file partbounds.c.

Referenced by init_partition_map().

◆ merged

bool* PartitionMap::merged

Definition at line 81 of file partbounds.c.

Referenced by free_partition_map(), init_partition_map(), and merge_partition_with_dummy().

◆ merged_indexes

int* PartitionMap::merged_indexes

Definition at line 80 of file partbounds.c.

Referenced by free_partition_map(), init_partition_map(), and merge_partition_with_dummy().

◆ nparts

int PartitionMap::nparts

Definition at line 79 of file partbounds.c.

Referenced by init_partition_map().

◆ old_indexes

int* PartitionMap::old_indexes

Definition at line 84 of file partbounds.c.

Referenced by free_partition_map(), and init_partition_map().


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