pgsql: Label the contents of pg_*_d.h files a little better.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Label the contents of pg_*_d.h files a little better.
Date: 2025-03-21 19:14:44
Message-ID: E1tvhpL-000LMg-2T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Label the contents of pg_*_d.h files a little better.

Make genbki.pl emit some boilerplate comments identifying the
sections of the pg_*_d.h files that it generates. This is in
hopes of making them slightly more readable, in case people
look at those files and not the pg_*.h/pg_*.dat originals.

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

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/genbki.pl | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2025-03-21 19:20:37 pgsql: Add GUC option to control maximum active replication origins.
Previous Message Melanie Plageman 2025-03-21 18:07:58 pgsql: Assorted trivial cleanup of c5c239e26e