pgsql: Remove useless lookup of root partitioned rel inExecInitModifyT - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove useless lookup of root partitioned rel inExecInitModifyT
Date
Msg-id E1ebtdE-0007w7-QL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove useless lookup of root partitioned rel in ExecInitModifyTable().

node->partitioned_rels is only set in UPDATE/DELETE cases, but
ExecInitModifyTable only uses its "rel" variable in INSERT cases,
so the extra logic to find the root rel is just a waste of complexity
and cycles.

Etsuro Fujita, reviewed by Amit Langote

Discussion: https://postgr.es/m/93cf9816-2f7d-0f67-8ed2-4a4e497a6ab8@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dca48d145e0e757f0549430ec48687d12c6b6751

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Ability to advance replication slots
Next
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses'e