PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PartitionRangeDatum Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
PartitionRangeDatumKind kind
 
Nodevalue
 
ParseLoc location
 

Detailed Description

Definition at line 958 of file parsenodes.h.

Field Documentation

◆ kind

PartitionRangeDatumKind PartitionRangeDatum::kind

◆ location

ParseLoc PartitionRangeDatum::location

Definition at line 966 of file parsenodes.h.

Referenced by check_new_partition_bound(), and check_two_partitions_bounds_range().

◆ type

NodeTag PartitionRangeDatum::type

Definition at line 960 of file parsenodes.h.

◆ value

Node* PartitionRangeDatum::value

The documentation for this struct was generated from the following file: