pgsql: Do pre-release housekeeping on catalog data.

Started by Tom Laneabout 4 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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 6205

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c2f436151edc818601c2499e400e1ad53d0da66f

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_parameter_acl.h | 8 +-
src/include/catalog/pg_proc.dat | 116 ++++++++++++-------------
src/include/catalog/pg_publication_namespace.h | 6 +-
src/include/catalog/pg_publication_rel.h | 2 +-
5 files changed, 67 insertions(+), 67 deletions(-)