From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Do pre-release housekeeping on catalog data. |
Date: | 2025-06-30 01:44:21 |
Message-ID: | E1uW3ZF-003xyI-1h@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | noreply | 2025-06-30 01:46:57 | pgsql: Branch REL_18_STABLE was created |
Previous Message | Joe Conway | 2025-06-30 01:15:43 | pgsql: Run pgperltidy |