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-0005Tp-Ct@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
------
REL_13_STABLE

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

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.