Thread: [COMMITTERS] pgsql: Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.

[COMMITTERS] pgsql: Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.

From
Robert Haas
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0355e6f3107a5be9b5f0873f08527bad361d9d8f

Modified Files
--------------
src/backend/executor/nodeAgg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)