pgsql: HashAgg: release write buffers sooner by rewinding tape.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: HashAgg: release write buffers sooner by rewinding tape.
Дата
Msg-id E1kIP7i-0001Hz-Vz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
HashAgg: release write buffers sooner by rewinding tape.

This was an oversight. The purpose of 7fdd919ae7 was to avoid keeping
tape buffers around unnecessisarily, but HashAgg didn't rewind early
enough.

Reviewed-by: Peter Geoghegan
Discussion: https://postgr.es/m/1fb1151c2cddf8747d14e0532da283c3f97e2685.camel@j-davis.com
Backpatch-through: 13

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/42a46f5a76ecb435ac3a29fc3a0d03f1cfff17ab

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: HashAgg: release write buffers sooner by rewinding tape.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Change LogicalTapeSetBlocks() to use nBlocksWritten.