Push target list evaluation through Gather Merge.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/plan/planner.c | modified | +2 −1 |
| src/backend/optimizer/util/pathnode.c | modified | +29 −16 |
| src/test/regress/expected/select_parallel.out | modified | +25 −0 |
| src/test/regress/sql/select_parallel.sql | modified | +13 −0 |
Discussion
- GatherMerge misses to push target list 11 messages · 2017-09-06 → 2017-11-14