]> granicus.if.org Git - postgresql/commit
Fix bogus commutator/negator links for JSONB containment operators.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Aug 2014 16:53:57 +0000 (12:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Aug 2014 16:53:57 +0000 (12:53 -0400)
commit30c05261ae842e2475fb06c7746de8623bcca731
tree578d6bc5ff517ff43f70028b909ddbe349ae0428
parenta4eaa07bd011cba36921757489ab941f0b652587
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.
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h