|
PostgreSQL Source Code git master
|
#include <partdesc.h>
Data Fields | |
| int | nparts |
| bool | detached_exist |
| Oid * | oids |
| bool * | is_leaf |
| PartitionBoundInfo | boundinfo |
| int | last_found_datum_index |
| int | last_found_part_index |
| int | last_found_count |
Definition at line 29 of file partdesc.h.
| PartitionBoundInfo PartitionDescData::boundinfo |
Definition at line 38 of file partdesc.h.
Referenced by check_new_partition_bound(), ExecFindPartition(), get_default_oid_from_partdesc(), get_partition_for_tuple(), get_qual_for_list(), InitPartitionPruneContext(), RelationBuildPartitionDesc(), and set_relation_partition_info().
| bool PartitionDescData::detached_exist |
Definition at line 32 of file partdesc.h.
Referenced by RelationBuildPartitionDesc(), and RelationGetPartitionDesc().
| bool* PartitionDescData::is_leaf |
Definition at line 35 of file partdesc.h.
Referenced by ExecFindPartition(), and RelationBuildPartitionDesc().
| int PartitionDescData::last_found_count |
Definition at line 63 of file partdesc.h.
Referenced by get_partition_for_tuple(), and RelationBuildPartitionDesc().
| int PartitionDescData::last_found_datum_index |
Definition at line 46 of file partdesc.h.
Referenced by get_partition_for_tuple(), and RelationBuildPartitionDesc().
| int PartitionDescData::last_found_part_index |
Definition at line 52 of file partdesc.h.
Referenced by get_partition_for_tuple(), and RelationBuildPartitionDesc().
| int PartitionDescData::nparts |
Definition at line 31 of file partdesc.h.
Referenced by addFkRecurseReferenced(), addFkRecurseReferencing(), ATExecAttachPartitionIdx(), check_new_partition_bound(), CreatePartitionPruneState(), CreateTriggerFiringOn(), DefineIndex(), EnableDisableTrigger(), ExecFindPartition(), ExecInitPartitionDispatchInfo(), expand_partitioned_rtentry(), get_qual_for_range(), InitPartitionPruneContext(), QueuePartitionConstraintValidation(), RelationBuildPartitionDesc(), renametrig(), renametrig_partition(), and set_relation_partition_info().
| Oid* PartitionDescData::oids |
Definition at line 33 of file partdesc.h.
Referenced by addFkRecurseReferenced(), addFkRecurseReferencing(), ATExecAttachPartitionIdx(), check_new_partition_bound(), CreatePartitionPruneState(), CreateTriggerFiringOn(), DefineIndex(), EnableDisableTrigger(), ExecFindPartition(), ExecInitPartitionInfo(), expand_partitioned_rtentry(), get_default_oid_from_partdesc(), get_qual_for_range(), QueuePartitionConstraintValidation(), RelationBuildPartitionDesc(), renametrig(), and renametrig_partition().