PostgreSQL Source Code git master
|
Data Fields | |
bool | crossPartUpdate |
TU_UpdateIndexes | updateIndexes |
LockTupleMode | lockmode |
Definition at line 121 of file nodeModifyTable.c.
bool UpdateContext::crossPartUpdate |
Definition at line 123 of file nodeModifyTable.c.
Referenced by ExecMergeMatched(), ExecUpdate(), and ExecUpdateAct().
LockTupleMode UpdateContext::lockmode |
Definition at line 130 of file nodeModifyTable.c.
Referenced by ExecUpdate(), and ExecUpdateAct().
TU_UpdateIndexes UpdateContext::updateIndexes |
Definition at line 124 of file nodeModifyTable.c.
Referenced by ExecUpdateAct(), and ExecUpdateEpilogue().