pgsql: Add "xid <> xid" and "xid <> int4" operators.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add "xid <> xid" and "xid <> int4" operators.
Дата
Msg-id E1ZvBDi-0004Qk-D1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c5e86ea932794051d2fe3bd26ce4c03981b0b826

Modified Files
--------------
src/backend/utils/adt/xid.c              |   12 ++++++++++++
src/include/catalog/catversion.h         |    2 +-
src/include/catalog/pg_operator.h        |    8 ++++++--
src/include/catalog/pg_proc.h            |    2 ++
src/include/utils/builtins.h             |    1 +
src/test/regress/expected/opr_sanity.out |    2 ++
6 files changed, 24 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update 9.5 release notes through today.