pgsql: Improve the tests to see if ScalarArrayOpExpr is strict.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Improve the tests to see if ScalarArrayOpExpr is strict.
Дата
Msg-id 20060206222112.497809DC97A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Improve the tests to see if ScalarArrayOpExpr is strict.  Original coding
would basically punt in all cases for 'foo <> ALL (array)', which resulted
in a performance regression for NOT IN compared to what we were doing in
8.1 and before.  Per report from Pavel Stehule.

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        clauses.c (r1.207 -> r1.208)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c.diff?r1=1.207&r2=1.208)

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

Предыдущее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Check number of affixes to prevent core dump with zero number of
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix HTML alignment in PQprint.