Rename "hash_mem" local variable.
authorPeter Geoghegan <pg@bowt.ie>
Sat, 18 Jul 2020 01:24:23 +0000 (18:24 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Sat, 18 Jul 2020 01:24:23 +0000 (18:24 -0700)
commit564ce62164cd57c0311752ae07ec10439c78d599
tree5416455567453f5b087a27f60ca9b023aee279bd
parent1e0dfd166b3fa7fc79e4fad73b6fae056bab598a
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.
src/backend/executor/nodeAgg.c