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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c5e86ea932794051d2fe3bd26ce4c03981b0b826
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-11-07T21:40:15Z
Releases: 9.6.0
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

Files