Обсуждение: pgsql: Rename "hash_mem" local variable.

Поиск
Список
Период
Сортировка

pgsql: Rename "hash_mem" local variable.

От
Peter Geoghegan
Дата:
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(-)