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

From Peter Geoghegan
Subject pgsql: Rename "hash_mem" local variable.
Date
Msg-id E1jwbbU-0000N0-Ot@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add Valgrind buffer access instrumentation.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix description of \copy for psql