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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Sync commentary in transam.h and bki.sgml.
Дата
Msg-id E1h4HuO-0006ld-PV@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Use condition variables to wait for checkpoints.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix thinko when bumping on temporary directories inpg_verify_ch