]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Do pre-release housekeeping on catalog data.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 May 2026 14:54:44 +0000 (10:54 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 May 2026 14:54:44 +0000 (10:54 -0400)
commitc7cb8e5b73c6d090f60320ddd7e15f6aeda180c1
treeb8c80d16b0ba9168059fe11c4b82e0710a77dcee
parent652ae1a520dbf4c213008c88a168abacf5f2a4e4
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).
src/include/catalog/catversion.h
src/include/catalog/pg_operator.dat
src/include/catalog/pg_opfamily.dat
src/include/catalog/pg_proc.dat
src/include/catalog/pg_propgraph_element.h
src/include/catalog/pg_propgraph_element_label.h
src/include/catalog/pg_propgraph_label.h
src/include/catalog/pg_propgraph_label_property.h
src/include/catalog/pg_propgraph_property.h
src/include/catalog/pg_type.dat