]> granicus.if.org Git - postgresql/commit
Fix costing for parallel aggregation.
authorRobert Haas <rhaas@postgresql.org>
Tue, 12 Apr 2016 20:24:55 +0000 (16:24 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 12 Apr 2016 20:25:55 +0000 (16:25 -0400)
commitdeb71fa9713dfe374a74fc58a5d298b5f25da3f5
tree8fc5617711af56dc7d4ee346b07fb7164b7a921a
parent46d73e0d65eef19e25bb0d31f1e5c23ff40a3444
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
src/backend/optimizer/plan/planner.c
src/backend/optimizer/util/clauses.c
src/include/optimizer/clauses.h