Обсуждение: Unused injection point in hash agg code

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

Unused injection point in hash agg code

От
Daniel Gustafsson
Дата:
Commit 38172d1856b3 introduced several injection points for hash aggregation,
among them hash-aggregate-oversize-table which is never attached to anywhere it
seems?

Should it be removed, or implemented in injection_points/sql/hashagg.sql?

--
Daniel Gustafsson




Re: Unused injection point in hash agg code

От
Jeff Davis
Дата:
On Sat, 2026-04-04 at 22:38 +0200, Daniel Gustafsson wrote:
> Commit 38172d1856b3 introduced several injection points for hash
> aggregation,
> among them hash-aggregate-oversize-table which is never attached to
> anywhere it
> seems?
>
> Should it be removed, or implemented in
> injection_points/sql/hashagg.sql?

Thank you. The tests could be expanded in that area. I'll look into
that, and if it's not helpful, then I'll remove it.

Regards,
    Jeff Davis