pgsql: Push target list evaluation through Gather Merge. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Push target list evaluation through Gather Merge.
Date
Msg-id E1eEMQb-0003lx-UW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Push target list evaluation through Gather Merge.

We already do this for Gather, but it got overlooked for Gather Merge.

Amit Kapila, with review and minor revisions by Rushabh Lathia
and by me.

Discussion: http://postgr.es/m/CAA4eK1KUC5Uyu7qaifxrjpHxbSeoQh3yzwN3bThnJsmJcZ-qtA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44ae64c388bde6e4b077272570c84dedfb17bed3

Modified Files
--------------
src/backend/optimizer/plan/planner.c          |  3 +-
src/backend/optimizer/util/pathnode.c         | 45 +++++++++++++++++----------
src/test/regress/expected/select_parallel.out | 25 +++++++++++++++
src/test/regress/sql/select_parallel.sql      | 13 ++++++++
4 files changed, 69 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Track in the plan the types associated with PARAM_EXECparameter
Next
From: Tom Lane
Date:
Subject: pgsql: Allow running just selected steps of pgbench's initializationse