PostgreSQL Source Code git master
ModifyTableContext Struct Reference

Data Fields

ModifyTableStatemtstate
 
EPQStateepqstate
 
EStateestate
 
TupleTableSlotplanSlot
 
TM_FailureData tmfd
 
TupleTableSlotcpDeletedSlot
 
TupleTableSlotcpUpdateReturningSlot
 

Detailed Description

Definition at line 85 of file nodeModifyTable.c.

Field Documentation

◆ cpDeletedSlot

TupleTableSlot* ModifyTableContext::cpDeletedSlot

◆ cpUpdateReturningSlot

TupleTableSlot* ModifyTableContext::cpUpdateReturningSlot

Definition at line 115 of file nodeModifyTable.c.

Referenced by ExecCrossPartitionUpdate(), ExecMergeMatched(), and ExecUpdate().

◆ epqstate

EPQState* ModifyTableContext::epqstate

◆ estate

◆ mtstate

◆ planSlot

TupleTableSlot* ModifyTableContext::planSlot

◆ tmfd


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