Re: Generate GUC tables from .dat file

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: John Naylor <johncnaylorls@gmail.com>, "David E. Wheeler" <david@justatheory.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Daniel Gustafsson <daniel@yesql.se>
Date: 2025-09-03T08:41:14Z
Lists: pgsql-hackers
On 01.09.25 09:21, John Naylor wrote:
> On Thu, Aug 28, 2025 at 1:53 PM Peter Eisentraut <peter@eisentraut.org> wrote:
>> Ok, good suggestions.  I addressed all those, and did another cleanup
>> pass over the script.  (The formatting is from pgperltidy.)
> 
> I have no further comments on v3.

I have committed this with a few of the small changes mentioned nearby.

I have registered myself to a few current commitfest entries that are 
proposing to add or modify GUC entries to help them rebase or move 
forward to commit.




Commits

  1. Ensure guc_tables.o's dependency on guc_tables.inc.c is known.

  2. Clean up newly added guc_tables.inc.c

  3. Generate GUC tables from .dat file

  4. Formatting cleanup of guc_tables.c