pgsql: Push target list evaluation through Gather Merge.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Push target list evaluation through Gather Merge.
Date: 2017-11-13 21:38:01
Message-ID: E1eEMQb-0003lx-UW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-13 21:40:22 pgsql: Allow running just selected steps of pgbench's initialization se
Previous Message Robert Haas 2017-11-13 20:27:31 pgsql: Track in the plan the types associated with PARAM_EXEC parameter