Implement the <> operator for the tid type. Original patch from Mark
Neil Conway <neilc@samurai.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/tid.c | modified | +1 −3 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_operator.h | modified | +2 −1 |
| src/include/catalog/pg_proc.h | modified | +3 −1 |
| src/include/utils/builtins.h | modified | +2 −1 |
| src/test/regress/expected/transactions.out | modified | +25 −0 |
| src/test/regress/sql/transactions.sql | modified | +6 −0 |