Implement the <> operator for the tid type. Original patch from Mark
authorNeil Conway <neilc@samurai.com>
Sun, 26 Feb 2006 18:36:23 +0000 (18:36 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 26 Feb 2006 18:36:23 +0000 (18:36 +0000)
commit41cba49e955d83f0100d17c74e31f0bc9fec4a93
tree530036be20f2713ff8da32ed201aa8ba12835ffa
parentc5e0415a28dee8dd47ef7c37a2987c34174b8088
Implement the <> operator for the tid type. Original patch from Mark
Kirkwood, minor improvements by Neil Conway. The regression tests have
been updated and the catversion has been bumped.
src/backend/utils/adt/tid.c
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/transactions.out
src/test/regress/sql/transactions.sql