PostgreSQL Source Code
git master
|
Data Fields | |
int | modulus |
int | remainder |
int | index |
Definition at line 49 of file partbounds.c.
int PartitionHashBound::index |
Definition at line 53 of file partbounds.c.
Referenced by create_hash_bounds().
int PartitionHashBound::modulus |
Definition at line 51 of file partbounds.c.
Referenced by create_hash_bounds(), and qsort_partition_hbound_cmp().
int PartitionHashBound::remainder |
Definition at line 52 of file partbounds.c.
Referenced by create_hash_bounds(), and qsort_partition_hbound_cmp().