xid" and "xid <> int4" operators" />

Add "xid <> xid" and "xid <> int4" operators

Enterprise / PostgreSQL - Tom Lane [sss.pgh.pa.us] - 7 November 2015 15:40 UTC

The corresponding "=" operators have been there a long time, and not having their negators is a bit of a nuisance.

Michael Paquier

c5e86ea Add "xid <> xid" and "xid <> int4" operators.
src/backend/utils/adt/xid.c | 12 ++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_operator.h | 8 ++++++--
src/include/catalog/pg_proc.h | 2 ++
src/include/utils/builtins.h | 1 +
src/test/regress/expected/opr_sanity.out | 2 ++
6 files changed, 24 insertions(+), 3 deletions(-)

Upstream: git.postgresql.org


  • Share