Re: Generate GUC tables from .dat file

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Richard Guo <guofenglinux(at)gmail(dot)com>, John Naylor <johncnaylorls(at)gmail(dot)com>, "David E(dot) Wheeler" <david(at)justatheory(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Generate GUC tables from .dat file
Date: 2025-09-04 11:10:40
Message-ID: bfe0b8d5-1ea1-4307-91cb-adbd641c0d0a@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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.)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2025-09-04 11:37:39 Re: Avoid retaining conflict-related data when no tables are subscribed
Previous Message Dean Rasheed 2025-09-04 11:07:10 Re: Fix replica identity checks for MERGE command on published table.