Re: Reorganize GUC structs - Mailing list pgsql-hackers

From John Naylor
Subject Re: Reorganize GUC structs
Date
Msg-id CANWCAZZkqK4VPQ4kg56MK2XhZ4u=gi0+FqMa4Xvks7bUbUYW5g@mail.gmail.com
Whole thread Raw
In response to Reorganize GUC structs  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Reorganize GUC structs
List pgsql-hackers
On Fri, Oct 3, 2025 at 1:55 PM Peter Eisentraut <peter@eisentraut.org> wrote:
> Additionally, I have sorted guc_parameters.dat alphabetically by name,
> and have added code to enforce the sort order going forward.  (Note: The

That makes sense by default. Another possibility would be to keep them
in the same order as postgresql.conf.sample. You mentioned earlier it
may be possible to generate the latter, although it's not yet clear if
that could be done easily. If not, then keeping them in sync would be
extra work.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: pgstattuple: Use streaming read API in pgstatindex functions
Next
From: Ilia Evdokimov
Date:
Subject: Re: Use merge-based matching for MCVs in eqjoinsel