Do pre-release housekeeping on catalog data.
Tom 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=5032 Also run reformat_dat_file.pl while I'm here. Renumbering recently-added types changed some results in the opr_sanity test. To make those a bit easier to eyeball-verify, change the queries to show regtype not just bare type OIDs. (I think we didn't have regtype when these queries were written.)
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_amop.dat | modified | +3 −2 |
| src/include/catalog/pg_operator.dat | modified | +9 −9 |
| src/include/catalog/pg_opfamily.dat | modified | +2 −2 |
| src/include/catalog/pg_proc.dat | modified | +60 −62 |
| src/include/catalog/pg_type.dat | modified | +10 −10 |
| src/test/regress/expected/opr_sanity.out | modified | +40 −40 |
| src/test/regress/sql/opr_sanity.sql | modified | +9 −9 |