agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Do pre-release housekeeping on catalog data, and fix jsonpath se
Date: Sun, 28 Apr 2019 21:17:02 +0000
Message-ID: <E1hKrAU-0007wI-Da@gemulon.postgresql.org> (raw)
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(-)
view thread (8+ messages) latest in thread
Message-ID: <E1hKrAU-0007wI-Da@gemulon.postgresql.org>
Permalink: ../E1hKrAU-0007wI-Da@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1hKrAU-0007wI-Da@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: tgl@sss.pgh.pa.us, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Do pre-release housekeeping on catalog data, and fix jsonpath se
In-Reply-To: <E1hKrAU-0007wI-Da@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox