|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char | strategy |
| bool | is_default |
| int | modulus |
| int | remainder |
| List * | listdatums |
| List * | lowerdatums |
| List * | upperdatums |
| ParseLoc | location |
Definition at line 925 of file parsenodes.h.
| bool PartitionBoundSpec::is_default |
Definition at line 930 of file parsenodes.h.
Referenced by ATExecAttachPartition(), and StorePartitionBound().
| List* PartitionBoundSpec::listdatums |
Definition at line 937 of file parsenodes.h.
Referenced by calculate_partition_bound_for_merge().
| ParseLoc PartitionBoundSpec::location |
Definition at line 943 of file parsenodes.h.
| List* PartitionBoundSpec::lowerdatums |
Definition at line 940 of file parsenodes.h.
Referenced by calculate_partition_bound_for_merge().
| int PartitionBoundSpec::modulus |
Definition at line 933 of file parsenodes.h.
| int PartitionBoundSpec::remainder |
Definition at line 934 of file parsenodes.h.
| char PartitionBoundSpec::strategy |
Definition at line 929 of file parsenodes.h.
| NodeTag PartitionBoundSpec::type |
Definition at line 927 of file parsenodes.h.
| List* PartitionBoundSpec::upperdatums |
Definition at line 941 of file parsenodes.h.