Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.

Robert Haas <rhaas@postgresql.org>

Commit: 0355e6f3107a5be9b5f0873f08527bad361d9d8f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-01-06T14:34:26Z
Releases: 10.0
Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.

This commit purported to use a variable hash seed for Partial
HashAggregate, but actually did the opposite - it made us use a
variable seed for any HashAggregate that is NOT partial.  Woops.

Files

PathChange+/−
src/backend/executor/nodeAgg.c modified +1 −1