Обсуждение: pgsql: Do pre-release housekeeping on catalog data.

Поиск
Список
Период
Сортировка

pgsql: Do pre-release housekeeping on catalog data.

От
Tom Lane
Дата:
Do pre-release housekeeping on catalog data.

Run renumber_oids.pl to move high-numbered OIDs down, as per pre-beta
tasks specified by RELEASE_CHANGES.  For reference, the command was
./renumber_oids.pl --first-mapped-oid 8000 --target-oid 6150

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14472442861ca95cc9158518acdedf740c4bff55

Modified Files
--------------
src/include/catalog/catversion.h    |  2 +-
src/include/catalog/pg_authid.dat   |  6 +--
src/include/catalog/pg_collation.h  |  2 +-
src/include/catalog/pg_opfamily.dat |  4 +-
src/include/catalog/pg_proc.dat     | 84 ++++++++++++++++++-------------------
src/include/catalog/pg_type.dat     | 12 +++---
6 files changed, 55 insertions(+), 55 deletions(-)