mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
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
This commit is contained in:
@@ -860,6 +860,7 @@ extern Datum xidout(PG_FUNCTION_ARGS);
|
||||
extern Datum xidrecv(PG_FUNCTION_ARGS);
|
||||
extern Datum xidsend(PG_FUNCTION_ARGS);
|
||||
extern Datum xideq(PG_FUNCTION_ARGS);
|
||||
extern Datum xidneq(PG_FUNCTION_ARGS);
|
||||
extern Datum xid_age(PG_FUNCTION_ARGS);
|
||||
extern Datum mxid_age(PG_FUNCTION_ARGS);
|
||||
extern int xidComparator(const void *arg1, const void *arg2);
|
||||
|
||||
Reference in New Issue
Block a user