On Thu, Oct 9, 2025 at 10:49 AM Richard Guo <[email protected]> wrote: > On Wed, Oct 8, 2025 at 8:14 PM David Rowley <[email protected]> wrote: > > +-- Enable eager aggregation, which by default is disabled. > > +SET enable_eager_aggregate TO on; > > > The above comment and command mismatch to my understanding from > > looking at postgresql.conf.sample and guc_parameters.dat.
> Right. This GUC was disabled by default prior to v17, and this is a > leftover from that. Will push a fix. Thanks for pointing it out! I noticed an unnecessary header include in initsplan.c. Will fix that as well. - Richard
