pgsql: Correct obsolete UNION hash aggs comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Correct obsolete UNION hash aggs comment.
Date
Msg-id E1k0Zko-0005To-Ca@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct obsolete UNION hash aggs comment.

Oversight in commit 1f39bce0, which added disk-based hash aggregation.

Backpatch: 13-, where disk-based hash aggregation was introduced.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b1d79127ed875f04720d2c4677a75f43528bfe08

Modified Files
--------------
src/backend/optimizer/prep/prepunion.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Doc: Remove obsolete CREATE AGGREGATE note.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Rename another "hash_mem" local variable.