PostgreSQL Source Code  git master
ModifyTableContext Struct Reference

Data Fields

ModifyTableStatemtstate
 
EPQStateepqstate
 
EStateestate
 
TupleTableSlotplanSlot
 
TM_FailureData tmfd
 
TupleTableSlotcpUpdateReturningSlot
 

Detailed Description

Definition at line 74 of file nodeModifyTable.c.

Field Documentation

◆ cpUpdateReturningSlot

TupleTableSlot* ModifyTableContext::cpUpdateReturningSlot

Definition at line 97 of file nodeModifyTable.c.

◆ epqstate

EPQState* ModifyTableContext::epqstate

Definition at line 78 of file nodeModifyTable.c.

◆ estate

EState* ModifyTableContext::estate

Definition at line 79 of file nodeModifyTable.c.

◆ mtstate

ModifyTableState* ModifyTableContext::mtstate

Definition at line 77 of file nodeModifyTable.c.

◆ planSlot

TupleTableSlot* ModifyTableContext::planSlot

Definition at line 85 of file nodeModifyTable.c.

◆ tmfd

TM_FailureData ModifyTableContext::tmfd

Definition at line 91 of file nodeModifyTable.c.


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