pgsql: Extend relation_excluded_by_constraints() to check for mutually

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Extend relation_excluded_by_constraints() to check for mutually
Дата
Msg-id 20060805002249.5AE629FB3AA@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Extend relation_excluded_by_constraints() to check for mutually
contradictory WHERE-clauses applied to a relation.  This makes the
GUC variable constraint_exclusion rather inappropriately named,
but I've refrained for the moment from renaming it.
Per example from Martin Lesser.

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        plancat.c (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/plancat.c.diff?r1=1.123&r2=1.124)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Teach predicate_refuted_by() how to do proofs involving
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Fix references to the Options section in the pgcrypto