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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ensure guc_tables.o's dependency on guc_tables.inc.c is known.
Date: 2025-09-24 16:28:35
Message-ID: E1v1SM7-002L9G-0D@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Without this, rebuilds can malfunction unless --enable-depend is used.
Historically we've expected that you can get away without
--enable-depend as long as you manually clean after changing *.h
files; the makefiles are supposed to handle other sorts of
dependencies. So add this one.

Follow-on to 635998965, so no need for back-patch.

Discussion: https://postgr.es/m/3121329.1758650878@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aadbcc40bc24362070b5d88769b62f2d62fdedfb

Modified Files
--------------
src/backend/utils/misc/Makefile | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-09-24 16:30:50 pgsql: Correct prune WAL record opcode name in comment
Previous Message Tom Lane 2025-09-24 16:09:21 pgsql: Include pg_test_timing's full output in the TAP test log.