pgsql: Sync commentary in transam.h and bki.sgml. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Sync commentary in transam.h and bki.sgml.
Date
Msg-id E1h4HuO-0006ld-PV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Use condition variables to wait for checkpoints.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix thinko when bumping on temporary directories inpg_verify_ch