Re: Unused injection point in hash agg code - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Unused injection point in hash agg code
Date
Msg-id 0f4eb849fa443a07766b9d4f51d354b148580f2c.camel@j-davis.com
Whole thread Raw
In response to Unused injection point in hash agg code  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
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




pgsql-hackers by date:

Previous
From: "cca5507"
Date:
Subject: Avoid calling SetMatViewPopulatedState if possible
Next
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded