PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PartitionHashBound Struct Reference

Data Fields

int modulus
 
int remainder
 
int index
 

Detailed Description

Definition at line 49 of file partbounds.c.

Field Documentation

◆ index

int PartitionHashBound::index

Definition at line 53 of file partbounds.c.

Referenced by create_hash_bounds().

◆ modulus

int PartitionHashBound::modulus

Definition at line 51 of file partbounds.c.

Referenced by create_hash_bounds(), and qsort_partition_hbound_cmp().

◆ remainder

int PartitionHashBound::remainder

Definition at line 52 of file partbounds.c.

Referenced by create_hash_bounds(), and qsort_partition_hbound_cmp().


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