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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Sync commentary in transam.h and bki.sgml.
Date: 2019-03-14 04:23:56
Message-ID: E1h4HuO-0006ld-PV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-14 04:41:27 Re: pgsql: Add support for hyperbolic functions, as well as log10().
Previous Message Michael Paquier 2019-03-14 03:51:13 Re: pgsql: Use condition variables to wait for checkpoints.