pgsql: Rename "hash_mem" local variable.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename "hash_mem" local variable.
Date: 2020-07-18 01:25:28
Message-ID: E1jwbbU-0000N0-Ot@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename "hash_mem" local variable.

The term "hash_mem" will take on new significance when pending work to
add a new hash_mem_multiplier GUC is committed. Rename a local variable
that happens to have been called hash_mem now to avoid confusion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/564ce62164cd57c0311752ae07ec10439c78d599

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-07-18 01:43:57 pgsql: doc: Fix description of \copy for psql
Previous Message Peter Geoghegan 2020-07-18 00:50:34 pgsql: Add Valgrind buffer access instrumentation.