pgsql: Rename "hash_mem" local variable.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Rename "hash_mem" local variable.
Дата
Msg-id E1jwbbU-0000N0-Ot@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Add Valgrind buffer access instrumentation.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Fix description of \copy for psql