pgsql: Rename another "hash_mem" local variable. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Rename another "hash_mem" local variable.
Date
Msg-id E1k0aRN-0005pi-4V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename another "hash_mem" local variable.

Missed by my commit 564ce621.

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

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/backend/executor/nodeAgg.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Correct obsolete UNION hash aggs comment.
Next
From: Thomas Munro
Date:
Subject: pgsql: Move syncscan.c to src/backend/access/common.