pgsql: Fix small inconsistencies in catalog definition of multirange op

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix small inconsistencies in catalog definition of multirange op
Date: 2021-07-15 11:42:24
Message-ID: E1m3zl2-0005X0-2d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix small inconsistencies in catalog definition of multirange operators

This commit fixes the description of a couple of multirange operators and
oprjoin for another multirange operator. The change of oprjoin is more
cosmetic since both old and new functions return the same constant.

These cosmetic changes don't worth catalog incompatibility between 14beta2
and 14beta3. So, catversion isn't bumped.

Discussion: https://postgr.es/m/CAPpHfdv9OZEuZDqOQoUKpXhq%3Dmc-qa4gKCPmcgG5Vvesu7%3Ds1w%40mail.gmail.com
Backpatch-throgh: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4d39d4e639b44503c9950f61ec882113385db7ec

Modified Files
--------------
src/include/catalog/pg_operator.dat | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-15 12:26:13 pgsql: Fix portability issue with gzip in TAP test of pg_receivewal
Previous Message Alexander Korotkov 2021-07-15 11:42:22 pgsql: Fix small inconsistencies in catalog definition of multirange op