pgsql: Fix build_minmax_path() to cope if an IS NULL clause turns up in

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix build_minmax_path() to cope if an IS NULL clause turns up in
Дата
Msg-id 20071203223717.D03E07540F0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix build_minmax_path() to cope if an IS NULL clause turns up in the
indexable-clauses list for a btree index.  Formerly it just Asserted that
all such clauses were opclauses, but that's no longer true in 8.3.
Per bug #3796 from Matthias Schoeneich.

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        planagg.c (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planagg.c?r1=1.34&r2=1.35)

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

Предыдущее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: edb-debugger - server: Cleanup a bunch of compiler warnings, C++isms
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Entity-ify a passel of & < > characters.