PostgreSQL Source Code
git master
|
Data Fields | |
int | index |
Datum * | datums |
PartitionRangeDatumKind * | kind |
bool | lower |
Definition at line 64 of file partbounds.c.
Datum* PartitionRangeBound::datums |
Definition at line 67 of file partbounds.c.
Referenced by add_merged_range_bounds(), create_range_bounds(), get_range_partition_internal(), make_one_partition_rbound(), and partition_rbound_cmp().
int PartitionRangeBound::index |
Definition at line 66 of file partbounds.c.
Referenced by add_merged_range_bounds(), create_range_bounds(), get_range_partition_internal(), and make_one_partition_rbound().
PartitionRangeDatumKind* PartitionRangeBound::kind |
Definition at line 68 of file partbounds.c.
Referenced by add_merged_range_bounds(), create_range_bounds(), get_range_partition_internal(), make_one_partition_rbound(), and partition_rbound_cmp().
bool PartitionRangeBound::lower |
Definition at line 69 of file partbounds.c.
Referenced by add_merged_range_bounds(), get_range_partition_internal(), make_one_partition_rbound(), and partition_rbound_cmp().