Обсуждение: pgsql: Fix HashAgg regression from choosing too many initial buckets.

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

pgsql: Fix HashAgg regression from choosing too many initial buckets.

От
Jeff Davis
Дата:
Fix HashAgg regression from choosing too many initial buckets.

Diagnosis by Andres.

Reported-by: Pavel Stehule
Discussion: https://postgr.es/m/CAFj8pRDLVakD5Aagt3yZeEQeTeEWaS3YE5h8XC3Q3qJ6TYkc2Q%40mail.gmail.com
Backpatch-through: 13

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2174d40117f62099c7b11a2d43d163b7b9271d39

Modified Files
--------------
src/backend/executor/nodeAgg.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)