Re: Generate GUC tables from .dat file

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Richard Guo <guofenglinux@gmail.com>, John Naylor <johncnaylorls@gmail.com>, "David E. Wheeler" <david@justatheory.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Daniel Gustafsson <daniel@yesql.se>
Date: 2025-09-04T11:10:40Z
Lists: pgsql-hackers
On 03.09.25 19:14, Nathan Bossart wrote:
> I noticed that "make maintainer-clean" doesn't remove
> src/include/utils/guc_tables.inc.c.  This seems to fix it:

Thanks, fixed.  (I moved the rule to a different line so it's closer to 
related files.  But it's the same thing.)




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