PostgreSQL Source Code  git master
UpdateContext Struct Reference

Data Fields

bool crossPartUpdate
 
TU_UpdateIndexes updateIndexes
 
LockTupleMode lockmode
 

Detailed Description

Definition at line 105 of file nodeModifyTable.c.

Field Documentation

◆ crossPartUpdate

bool UpdateContext::crossPartUpdate

Definition at line 107 of file nodeModifyTable.c.

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

◆ lockmode

LockTupleMode UpdateContext::lockmode

Definition at line 114 of file nodeModifyTable.c.

Referenced by ExecUpdate(), and ExecUpdateAct().

◆ updateIndexes

TU_UpdateIndexes UpdateContext::updateIndexes

Definition at line 108 of file nodeModifyTable.c.

Referenced by ExecUpdateAct(), and ExecUpdateEpilogue().


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