pgsql: Rename another "hash_mem" local variable.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename another "hash_mem" local variable.
Date: 2020-07-29 00:59:29
Message-ID: E1k0aRN-0005pi-4V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-07-29 01:01:45 Re: determine what column(s) form the primary key, in C extention
Previous Message Peter Geoghegan 2020-07-29 00:15:30 pgsql: Correct obsolete UNION hash aggs comment.