Re: Reorganize GUC structs

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Reorganize GUC structs
Date: 2025-10-13 09:59:36
Message-ID: CANWCAZZkqK4VPQ4kg56MK2XhZ4u=gi0+FqMa4Xvks7bUbUYW5g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 3, 2025 at 1:55 PM Peter Eisentraut <peter(at)eisentraut(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ilia Evdokimov 2025-10-13 10:08:02 Re: Use merge-based matching for MCVs in eqjoinsel
Previous Message Nazir Bilal Yavuz 2025-10-13 09:42:25 Re: pgstattuple: Use streaming read API in pgstatindex functions