Injection points for hash aggregation.

Jeff Davis <jdavis@postgresql.org>

Commit: 38172d1856b34792a5ee60eaa0d883166e90d33d
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2025-02-11T19:26:25Z
Releases: 18.0
Injection points for hash aggregation.

Requires adding a guard against shift-by-32. Previously, that was
impossible because the number of partitions was always greater than 1,
but a new injection point can force the number of partitions to 1.

Discussion: https://postgr.es/m/ff4e59305e5d689e03cd256a736348d3e7958f8f.camel@j-davis.com

Files

Discussion