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