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 6300 This should have been done prior to beta1, but it was forgotten. This will ensure we get the correct numbering for beta2 onward. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/9c5b9a280cb6089c011a01797868da83f97d0230 Modified Files -------------- src/include/catalog/catversion.h | 2 +- src/include/catalog/pg_authid.dat | 2 +- src/include/catalog/pg_collation.dat | 2 +- src/include/catalog/pg_index.h | 2 +- src/include/catalog/pg_proc.dat | 162 +++++++++++++++++------------------ 5 files changed, 85 insertions(+), 85 deletions(-)