pgsql: Add src/include/catalog/README - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add src/include/catalog/README
Date
Msg-id E1uoG7M-000bPG-36@gemulon.postgresql.org
Whole thread Raw
List 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.tselai@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CA+v5N400GJFJ9RyXAX7hFKbtF7vVQGvWdFWEfcSQmvVhi9xfrA@mail.gmail.com

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix self-deadlock during DROP SUBSCRIPTION.
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Improve pgoutput documentation.