pgsql: Fixes for Disk-based Hash Aggregation.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Fixes for Disk-based Hash Aggregation.
Дата
Msg-id E1jGVoe-0002JB-PB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fixes for Disk-based Hash Aggregation.

Justin Pryzby raised a couple issues with commit 1f39bce0. Fixed.

Also, tweak the way the size of a hash entry is estimated and the
number of buckets is estimated when calling BuildTupleHashTableExt().

Discussion: https://www.postgresql.org/message-id/20200319064222.GR26184@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64fe6022790920ef6edee475bfa162a961f148d8

Modified Files
--------------
src/backend/commands/explain.c |  2 +-
src/backend/executor/nodeAgg.c | 19 +++++++------------
2 files changed, 8 insertions(+), 13 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: add backend_type to file-fdw CSV log example
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Report NULL as total backup size if it's not estimated.