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 6400 (but there were already some used OIDs at 6400, so the first one actually assigned was 6434).
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_operator.dat | modified | +6 −6 |
| src/include/catalog/pg_opfamily.dat | modified | +2 −2 |
| src/include/catalog/pg_proc.dat | modified | +51 −51 |
| src/include/catalog/pg_propgraph_element.h | modified | +4 −4 |
| src/include/catalog/pg_propgraph_element_label.h | modified | +4 −4 |
| src/include/catalog/pg_propgraph_label.h | modified | +3 −3 |
| src/include/catalog/pg_propgraph_label_property.h | modified | +4 −4 |
| src/include/catalog/pg_propgraph_property.h | modified | +3 −3 |
| src/include/catalog/pg_type.dat | modified | +2 −2 |