agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Do pre-release housekeeping on catalog data, and fix jsonpath se
8+ messages / 2 participants
[nested] [flat]

* pgsql: Do pre-release housekeeping on catalog data, and fix jsonpath se
@ 2019-04-28 21:17 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2019-04-28 21:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.

Run renumber_oids.pl to move high-numbered OIDs down, as per pre-beta
tasks specified by RELEASE_CHANGES.  (The only change is 8394 -> 3428.)

Also run reformat_dat_file.pl while I'm here.

While looking at the reformat diffs, I chanced to notice that type
jsonpath had typsend and typreceive = '-', which surely is not the
intention given that jsonpath_send and jsonpath_recv exist.
Fix that.  It's safe to assume that these functions have never been
tested :-(.  I didn't try, but somebody should.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3f67ed6e434333e1bc011afc94c25d9959a86bd

Modified Files
--------------
src/include/catalog/catversion.h |  2 +-
src/include/catalog/pg_proc.dat  | 46 ++++++++++++++++++++--------------------
src/include/catalog/pg_type.dat  | 17 +++++++--------
3 files changed, 32 insertions(+), 33 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2020-05-12 17:03 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2020-05-12 17:03 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b48f1b490978a8abca61e9a9380f8de2a56f266

Modified Files
--------------
src/include/catalog/catversion.h         |   2 +-
src/include/catalog/pg_amop.dat          |   5 +-
src/include/catalog/pg_operator.dat      |  18 ++---
src/include/catalog/pg_opfamily.dat      |   4 +-
src/include/catalog/pg_proc.dat          | 122 +++++++++++++++----------------
src/include/catalog/pg_type.dat          |  20 ++---
src/test/regress/expected/opr_sanity.out |  80 ++++++++++----------
src/test/regress/sql/opr_sanity.sql      |  18 ++---
8 files changed, 134 insertions(+), 135 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2021-05-12 17:36 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2021-05-12 17:36 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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 6150

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14472442861ca95cc9158518acdedf740c4bff55

Modified Files
--------------
src/include/catalog/catversion.h    |  2 +-
src/include/catalog/pg_authid.dat   |  6 +--
src/include/catalog/pg_collation.h  |  2 +-
src/include/catalog/pg_opfamily.dat |  4 +-
src/include/catalog/pg_proc.dat     | 84 ++++++++++++++++++-------------------
src/include/catalog/pg_type.dat     | 12 +++---
6 files changed, 55 insertions(+), 55 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2022-05-12 19:35 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2022-05-12 19:35 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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 6205

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c2f436151edc818601c2499e400e1ad53d0da66f

Modified Files
--------------
src/include/catalog/catversion.h               |   2 +-
src/include/catalog/pg_parameter_acl.h         |   8 +-
src/include/catalog/pg_proc.dat                | 116 ++++++++++++-------------
src/include/catalog/pg_publication_namespace.h |   6 +-
src/include/catalog/pg_publication_rel.h       |   2 +-
5 files changed, 67 insertions(+), 67 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2023-05-19 20:36 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2023-05-19 20:36 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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 6200

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/722541ead194635d77163bda057cc0064ff81149

Modified Files
--------------
src/include/catalog/catversion.h      |   2 +-
src/include/catalog/pg_auth_members.h |   4 +-
src/include/catalog/pg_authid.dat     |   2 +-
src/include/catalog/pg_proc.dat       | 104 +++++++++++++++++-----------------
4 files changed, 56 insertions(+), 56 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2024-05-14 20:46 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2024-05-14 20:46 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/245f1cec59d23032d2eab7019e5d836143383452

Modified Files
--------------
src/include/catalog/catversion.h  |  2 +-
src/include/catalog/pg_authid.dat |  2 +-
src/include/catalog/pg_proc.dat   | 68 +++++++++++++++++++--------------------
3 files changed, 36 insertions(+), 36 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2025-06-30 01:44 Joe Conway <mail@joeconway.com>
  0 siblings, 0 replies; 8+ messages in thread

From: Joe Conway @ 2025-06-30 01:44 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgsql: Do pre-release housekeeping on catalog data.
@ 2026-05-13 14:54 Tom Lane <tgl@sss.pgh.pa.us>
  0 siblings, 0 replies; 8+ messages in thread

From: Tom Lane @ 2026-05-13 14:54 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c7cb8e5b73c6d090f60320ddd7e15f6aeda180c1

Modified Files
--------------
src/include/catalog/catversion.h                  |   2 +-
src/include/catalog/pg_operator.dat               |  12 +--
src/include/catalog/pg_opfamily.dat               |   4 +-
src/include/catalog/pg_proc.dat                   | 102 +++++++++++-----------
src/include/catalog/pg_propgraph_element.h        |   8 +-
src/include/catalog/pg_propgraph_element_label.h  |   8 +-
src/include/catalog/pg_propgraph_label.h          |   6 +-
src/include/catalog/pg_propgraph_label_property.h |   8 +-
src/include/catalog/pg_propgraph_property.h       |   6 +-
src/include/catalog/pg_type.dat                   |   4 +-
10 files changed, 80 insertions(+), 80 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread


end of thread, other threads:[~2026-05-13 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-04-28 21:17 pgsql: Do pre-release housekeeping on catalog data, and fix jsonpath se Tom Lane <tgl@sss.pgh.pa.us>
2020-05-12 17:03 pgsql: Do pre-release housekeeping on catalog data. Tom Lane <tgl@sss.pgh.pa.us>
2021-05-12 17:36 pgsql: Do pre-release housekeeping on catalog data. Tom Lane <tgl@sss.pgh.pa.us>
2022-05-12 19:35 pgsql: Do pre-release housekeeping on catalog data. Tom Lane <tgl@sss.pgh.pa.us>
2023-05-19 20:36 pgsql: Do pre-release housekeeping on catalog data. Tom Lane <tgl@sss.pgh.pa.us>
2024-05-14 20:46 pgsql: Do pre-release housekeeping on catalog data. Tom Lane <tgl@sss.pgh.pa.us>
2025-06-30 01:44 pgsql: Do pre-release housekeeping on catalog data. Joe Conway <mail@joeconway.com>
2026-05-13 14:54 pgsql: Do pre-release housekeeping on catalog data. Tom Lane <tgl@sss.pgh.pa.us>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox