pgsql: Fix bogus commutator/negator links for JSONB containment operato - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix bogus commutator/negator links for JSONB containment operato
Date
Msg-id E1XIhEy-0006GC-7B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix bogus commutator/negator links for JSONB containment operators.

<@ and @> are each other's commutators, but they were incorrectly marked
as being each other's negators instead.  (This was actually questioned
in a comment in the original commit, but nobody followed through :-(.)
Per bug #11178 from Christian Pronovost.

In passing, fix some JSONB operator descriptions that were randomly
different from the phrasing of every other similar description.

catversion bump for pg_catalog contents change.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e3f9c16838358b6b3679dd014455d310919d7efa

Modified Files
--------------
src/include/catalog/catversion.h  |    2 +-
src/include/catalog/pg_operator.h |   11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix bogus commutator/negator links for JSONB containment operato
Next
From: Tom Lane
Date:
Subject: pgsql: Add opr_sanity queries to inspect commutator/negator links more