PostgreSQL Source Code
git master
|
Data Fields | |
bool | updated |
bool | updateIndexes |
bool | crossPartUpdate |
LockTupleMode | lockmode |
Definition at line 124 of file nodeModifyTable.c.
bool UpdateContext::crossPartUpdate |
Definition at line 128 of file nodeModifyTable.c.
Referenced by ExecUpdate(), and ExecUpdateAct().
LockTupleMode UpdateContext::lockmode |
Definition at line 134 of file nodeModifyTable.c.
Referenced by ExecUpdate(), and ExecUpdateAct().
bool UpdateContext::updated |
Definition at line 126 of file nodeModifyTable.c.
Referenced by ExecMergeMatched(), and ExecUpdateAct().
bool UpdateContext::updateIndexes |
Definition at line 127 of file nodeModifyTable.c.
Referenced by ExecUpdateAct(), and ExecUpdateEpilogue().