pgsql: Add src/include/catalog/README

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add src/include/catalog/README
Date: 2025-08-19 06:46:49
Message-ID: E1uoG7M-000bPG-36@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add src/include/catalog/README

This just includes a link to the bki documentation, to help people get
started.

Before commit 372728b0d49, there was a README at
src/backend/catalog/README, but then this was moved to the SGML
documentation. So this effectively puts back a link to what was
moved. But src/include/catalog/ is probably a better location,
because that's where all the interesting files are.

Co-authored-by: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CA+v5N400GJFJ9RyXAX7hFKbtF7vVQGvWdFWEfcSQmvVhi9xfrA(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16d434d53d56c5dd1919ca07274193ee2600ed1b

Modified Files
--------------
src/include/catalog/README | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-08-19 09:56:53 pgsql: doc: Improve pgoutput documentation.
Previous Message Amit Kapila 2025-08-19 06:00:24 pgsql: Fix self-deadlock during DROP SUBSCRIPTION.