PostgreSQL Source Code  git master
PartitionBoundSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char strategy
 
bool is_default
 
int modulus
 
int remainder
 
Listlistdatums
 
Listlowerdatums
 
Listupperdatums
 
ParseLoc location
 

Detailed Description

Definition at line 896 of file parsenodes.h.

Field Documentation

◆ is_default

◆ listdatums

◆ location

ParseLoc PartitionBoundSpec::location

Definition at line 914 of file parsenodes.h.

Referenced by check_new_partition_bound(), and transformPartitionCmdForMerge().

◆ lowerdatums

◆ modulus

int PartitionBoundSpec::modulus

◆ remainder

int PartitionBoundSpec::remainder

◆ strategy

◆ type

NodeTag PartitionBoundSpec::type

Definition at line 898 of file parsenodes.h.

◆ upperdatums


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