Add "xid <> xid" and "xid <> int4" operators.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/xid.c | modified | +12 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_operator.h | modified | +6 −2 |
| src/include/catalog/pg_proc.h | modified | +2 −0 |
| src/include/utils/builtins.h | modified | +1 −0 |
| src/test/regress/expected/opr_sanity.out | modified | +2 −0 |