PostgreSQL Source Code  git master
SplitPartitionContext Struct Reference

Data Fields

ExprStatepartqualstate
 
BulkInsertState bistate
 
TupleTableSlotdstslot
 
Relation partRel
 

Detailed Description

Definition at line 20963 of file tablecmds.c.

Field Documentation

◆ bistate

BulkInsertState SplitPartitionContext::bistate

Definition at line 20967 of file tablecmds.c.

Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().

◆ dstslot

TupleTableSlot* SplitPartitionContext::dstslot

Definition at line 20968 of file tablecmds.c.

Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().

◆ partqualstate

ExprState* SplitPartitionContext::partqualstate

Definition at line 20965 of file tablecmds.c.

◆ partRel

Relation SplitPartitionContext::partRel

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