pgsql: Fix predicate-proving logic to cope with binary-compatibility

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix predicate-proving logic to cope with binary-compatibility
Дата
Msg-id 20070724172213.CADB09FB9CA@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix predicate-proving logic to cope with binary-compatibility cases when
checking whether an IS NULL/IS NOT NULL clause is implied or refuted by
a strict function.  Per example from Dawid Kuroczko.
Backpatch to 8.2 since this is arguably a performance bug.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        predtest.c (r1.10.2.1 -> r1.10.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/predtest.c.diff?r1=1.10.2.1&r2=1.10.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix predicate-proving logic to cope with binary-compatibility
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Implement RETURN QUERY for PL/PgSQL.