pgsql: Add opr_sanity queries to inspect commutator/negator links more

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add opr_sanity queries to inspect commutator/negator links more
Дата
Msg-id E1XIhgu-0006ju-67@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add opr_sanity queries to inspect commutator/negator links more closely.

Make lists of the names of all operators that are claimed to be commutator
pairs or negator pairs.  This is analogous to the existing queries that
make lists of all operator names appearing in particular opclass strategy
slots.  Unexpected additions to these lists are likely to be mistakes; had
we had these queries in place before, bug #11178 might've been prevented.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/opr_sanity.out |   73 ++++++++++++++++++++++++++++--
src/test/regress/sql/opr_sanity.sql      |   23 ++++++++--
2 files changed, 90 insertions(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus commutator/negator links for JSONB containment operato
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus return macros in range_overright_internal().