Fix costing for parallel aggregation.

Robert Haas <rhaas@postgresql.org>

Commit: deb71fa9713dfe374a74fc58a5d298b5f25da3f5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-04-12T20:25:55Z
Releases: 9.6.0
Fix costing for parallel aggregation.

The original patch kind of ignored the fact that we were doing something
different from a costing point of view, but nobody noticed.  This patch
fixes that oversight.

David Rowley

Files