pgsql: ExecModifyTable: use context.planSlot instead of planSlot

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: ExecModifyTable: use context.planSlot instead of planSlot
Дата
Msg-id E1nh5oO-000Eux-5n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ExecModifyTable: use context.planSlot instead of planSlot

There's no reason to keep a separate local variable when we have a place
for it elsewhere.  This allows to simplify some code.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3dcc6bf4068a29be2bebee80bb919f8057af0fd9

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Stabilize streaming tests in test_decoding.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Move ModifyTableContext->lockmode to UpdateContext