pgsql: Fix bogus commutator/negator links for JSONB containment operato

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus commutator/negator links for JSONB containment operato
Date: 2014-08-16 16:54:04
Message-ID: E1XIhEy-0006GD-7G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/30c05261ae842e2475fb06c7746de8623bcca731

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-08-16 17:22:56 pgsql: Add opr_sanity queries to inspect commutator/negator links more
Previous Message Peter Eisentraut 2014-08-15 18:52:44 pgsql: Fix whitespace