]> granicus.if.org Git - postgresql/commit
Push target list evaluation through Gather Merge.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Nov 2017 21:33:56 +0000 (16:33 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 13 Nov 2017 21:37:42 +0000 (16:37 -0500)
commit44ae64c388bde6e4b077272570c84dedfb17bed3
tree5032abac7755ee0f885979ac2e78f1e936c41b8b
parente64861c79bda659ee384bc253f651401f953dadc
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
src/backend/optimizer/plan/planner.c
src/backend/optimizer/util/pathnode.c
src/test/regress/expected/select_parallel.out
src/test/regress/sql/select_parallel.sql