Thread: pgsql: Sync commentary in transam.h and bki.sgml.

pgsql: Sync commentary in transam.h and bki.sgml.

From
Tom Lane
Date:
Sync commentary in transam.h and bki.sgml.

Commit a6417078c missed updating some comments in transam.h about
reservation of high OIDs for development purposes.  Also tamp down
an over-optimistic comment there about how easy it'd be to change
FirstNormalObjectId.

Earlier, commit 09568ec3d failed to update bki.sgml for the split
between genbki.pl-assigned OIDs and those assigned during initdb.

Also fix genbki.pl so that it will complain if it overruns
that split.  It's possible that doing so would have no very bad
consequences, but that's no excuse for not detecting it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/401b87a24fbab7bfb48eb48050a51e033452ac6e

Modified Files
--------------
doc/src/sgml/bki.sgml         | 20 +++++++++++---------
src/backend/catalog/genbki.pl | 10 +++++++++-
src/include/access/transam.h  | 19 +++++++++++++------
3 files changed, 33 insertions(+), 16 deletions(-)