PostgreSQL Source Code
git master
|
Data Fields | |
bool | updated |
bool | crossPartUpdate |
TU_UpdateIndexes | updateIndexes |
LockTupleMode | lockmode |
Definition at line 110 of file nodeModifyTable.c.
bool UpdateContext::crossPartUpdate |
Definition at line 113 of file nodeModifyTable.c.
Referenced by ExecMergeMatched(), ExecUpdate(), and ExecUpdateAct().
LockTupleMode UpdateContext::lockmode |
Definition at line 120 of file nodeModifyTable.c.
Referenced by ExecUpdate(), and ExecUpdateAct().
bool UpdateContext::updated |
Definition at line 112 of file nodeModifyTable.c.
Referenced by ExecMergeMatched(), and ExecUpdateAct().
TU_UpdateIndexes UpdateContext::updateIndexes |
Definition at line 114 of file nodeModifyTable.c.
Referenced by ExecUpdateAct(), and ExecUpdateEpilogue().