pgsql: Fix thinko in my recent change to put an explicit argisrow field

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix thinko in my recent change to put an explicit argisrow field
Дата
Msg-id 20100119163333.58B6C7541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix thinko in my recent change to put an explicit argisrow field in NullTest:
when the planner splits apart a ROW(...) IS NULL test, the argisrow values
of the component tests have to be determined from the component field types,
not copied from the original NullTest (in which argisrow is surely true).

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        clauses.c (r1.283 -> r1.284)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c?r1=1.283&r2=1.284)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: When doing a parallel restore, we must guard against out-of-range