Change Gather not to use a physical tlist.

Robert Haas <rhaas@postgresql.org>

Commit: 51d152f18e124cc07c293756cc16014ba218b2df
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-12-23T18:41:06Z
Releases: 9.6.0
Change Gather not to use a physical tlist.

This should have been part of the original commit, but was missed.
Pushing data between processes is expensive, so we definitely want
to project away unneeded columns here, just as we do for other nodes
like Sort and Hash that care about the volume of data.

Files

PathChange+/−
src/backend/optimizer/plan/createplan.c modified +4 −1