PostgreSQL Source Code  git master
UpdateContext Struct Reference

Data Fields

bool updated
 
bool crossPartUpdate
 
TU_UpdateIndexes updateIndexes
 
LockTupleMode lockmode
 

Detailed Description

Definition at line 110 of file nodeModifyTable.c.

Field Documentation

◆ crossPartUpdate

bool UpdateContext::crossPartUpdate

Definition at line 113 of file nodeModifyTable.c.

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

◆ lockmode

LockTupleMode UpdateContext::lockmode

Definition at line 120 of file nodeModifyTable.c.

Referenced by ExecUpdate(), and ExecUpdateAct().

◆ updated

bool UpdateContext::updated

Definition at line 112 of file nodeModifyTable.c.

Referenced by ExecMergeMatched(), and ExecUpdateAct().

◆ updateIndexes

TU_UpdateIndexes UpdateContext::updateIndexes

Definition at line 114 of file nodeModifyTable.c.

Referenced by ExecUpdateAct(), and ExecUpdateEpilogue().


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