Re: Generate GUC tables from .dat file

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Generate GUC tables from .dat file
Date: 2025-08-25 09:36:28
Message-ID: 8d1030d3-ae14-4307-a4e1-2c607bdb86c2@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 20.08.25 09:57, John Naylor wrote:
> That makes sense. I noticed some comments were not carried over. In a
> mechanical change like this, I'd expect all comments to be preserved
> in some form, or at least removed in the preparatory step so that the
> change is more visible to others.

Here is an updated patch with the remaining comments carried over. I'm
not sure how I lost these. I also added some more comments to the Perl
script and have it print the usual boilerplate into the header. And I
added some .gitignore entries. This seems pretty complete to me now.

Attachment Content-Type Size
v2-0001-Generate-GUC-tables-from-.dat-file.patch text/plain 156.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2025-08-25 09:40:53 Re: Calling PGReserveSemaphores() from CreateOrAttachShmemStructs
Previous Message Chao Li 2025-08-25 09:19:34 Re: Making jsonb_agg() faster