PostgreSQL Source Code git master
SplitPartitionContext Struct Reference

Data Fields

ExprStatepartqualstate
 
BulkInsertState bistate
 
TupleTableSlotdstslot
 
AlteredTableInfotab
 
Relation partRel
 

Detailed Description

Definition at line 22928 of file tablecmds.c.

Field Documentation

◆ bistate

BulkInsertState SplitPartitionContext::bistate

Definition at line 22932 of file tablecmds.c.

Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().

◆ dstslot

TupleTableSlot* SplitPartitionContext::dstslot

Definition at line 22933 of file tablecmds.c.

Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().

◆ partqualstate

ExprState* SplitPartitionContext::partqualstate

Definition at line 22930 of file tablecmds.c.

◆ partRel

Relation SplitPartitionContext::partRel

Definition at line 22936 of file tablecmds.c.

Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().

◆ tab

AlteredTableInfo* SplitPartitionContext::tab

Definition at line 22934 of file tablecmds.c.


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