Move ModifyTableContext->lockmode to UpdateContext

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a87e75956926f966d90bdd1a6bd495cf59cdc3ad
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2022-04-20T09:18:04Z
Releases: 15.0
Move ModifyTableContext->lockmode to UpdateContext

Should have been done this way to start with, but I failed to notice
This way we avoid some pointless initialization, and better contains the
variable to exist in the scope where it is really used.

Reviewed-by: Michaël Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/202204191345.qerjy3kxi3eb@alvherre.pgsql

Files

PathChange+/−
src/backend/executor/nodeModifyTable.c modified +8 −15

Discussion