pgsql: Add "xid <> xid" and "xid <> int4" operators.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add "xid <> xid" and "xid <> int4" operators.
Date: 2015-11-07 21:40:22
Message-ID: E1ZvBDi-0004Qk-D1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

Michael Paquier

Branch
------
master

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

Modified Files
--------------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-11-07 22:09:15 pgsql: Update 9.5 release notes through today.
Previous Message Tom Lane 2015-11-07 21:13:57 pgsql: Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify