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

Data Fields

ExprStatepartqualstate
 
BulkInsertState bistate
 
TupleTableSlotdstslot
 
AlteredTableInfotab
 
Relation partRel
 

Detailed Description

Definition at line 22931 of file tablecmds.c.

Field Documentation

◆ bistate

BulkInsertState SplitPartitionContext::bistate

Definition at line 22935 of file tablecmds.c.

◆ dstslot

TupleTableSlot* SplitPartitionContext::dstslot

Definition at line 22936 of file tablecmds.c.

◆ partqualstate

ExprState* SplitPartitionContext::partqualstate

Definition at line 22933 of file tablecmds.c.

◆ partRel

Relation SplitPartitionContext::partRel

Definition at line 22939 of file tablecmds.c.

◆ tab

AlteredTableInfo* SplitPartitionContext::tab

Definition at line 22937 of file tablecmds.c.


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