Unused injection point in hash agg code

Started by Daniel Gustafsson15 days ago2 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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

#2Jeff Davis
pgsql@j-davis.com
In reply to: Daniel Gustafsson (#1)
Re: Unused injection point in hash agg code

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