pgsql: ExecModifyTable: use context.planSlot instead of planSlot - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: ExecModifyTable: use context.planSlot instead of planSlot
Date
Msg-id E1nh5oO-000Eux-5n@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Stabilize streaming tests in test_decoding.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Move ModifyTableContext->lockmode to UpdateContext