pgsql: Fix costing for disk-based hash aggregation.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Fix costing for disk-based hash aggregation.
Дата
Msg-id E1jIGtz-0002Vc-LI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix costing for disk-based hash aggregation.

Report and suggestions from Richard Guo and Tomas Vondra.

Discussion: https://postgr.es/m/CAMbWs4_W8fYbAn8KxgidAaZHON_Oo08OYn9ze=7remJymLqo5g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7351bfeda33b60b69c15791c7eb77a127546df26

Modified Files
--------------
src/backend/executor/nodeAgg.c        |  2 ++
src/backend/optimizer/path/costsize.c | 30 ++++++++++++++----------------
2 files changed, 16 insertions(+), 16 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add kqueue(2) support to the WaitEventSet API.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Ensure snapshot is registered within ScanPgRelation().