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