summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorTom Lane2015-11-07 21:40:15 +0000
committerTom Lane2015-11-07 21:40:15 +0000
commitc5e86ea932794051d2fe3bd26ce4c03981b0b826 (patch)
treed4d53a3cfa7dfa0b45fcc5463a0da0e8768d7947 /src/test
parent9042f583429ef880665dd36b7bcad45ba62dea7b (diff)
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
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/expected/opr_sanity.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/regress/expected/opr_sanity.out b/src/test/regress/expected/opr_sanity.out
index df29fe503ec..7c93b3b4ca5 100644
--- a/src/test/regress/expected/opr_sanity.out
+++ b/src/test/regress/expected/opr_sanity.out
@@ -641,6 +641,8 @@ uuid_eq(uuid,uuid)
uuid_ge(uuid,uuid)
uuid_gt(uuid,uuid)
uuid_ne(uuid,uuid)
+xidneq(xid,xid)
+xidneqint4(xid,integer)
-- restore normal output mode
\a\t
-- List of functions used by libpq's fe-lobj.c