pgsql: Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
Date: 2017-01-06 14:38:51
Message-ID: E1cPVfP-0000au-Od@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-01-06 16:14:57 Re: pgsql: Update copyright for 2017
Previous Message Robert Haas 2017-01-06 12:47:07 Re: [COMMITTERS] pgsql: Fix possible crash reading pg_stat_activity.