Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeAgg.c | modified | +1 −1 |