Re: Unused injection point in hash agg code

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Unused injection point in hash agg code
Date: 2026-04-10 03:44:19
Message-ID: 0f4eb849fa443a07766b9d4f51d354b148580f2c.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Xuneng Zhou 2026-04-10 03:59:22 Re: Implement waiting for wal lsn replay: reloaded
Previous Message cca5507 2026-04-10 03:36:43 Avoid calling SetMatViewPopulatedState if possible