pgsql: Fix failure to apply domain constraints to a NULL constant that's

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix failure to apply domain constraints to a NULL constant that's
Дата
Msg-id 20060106201124.BCADC9DCA09@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix failure to apply domain constraints to a NULL constant that's added to
an INSERT target list during rule rewriting.  Per report from John Supplee.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/rewrite:
        rewriteManip.c (r1.89 -> r1.89.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteManip.c.diff?r1=1.89&r2=1.89.4.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix failure to apply domain constraints to a NULL constant that's
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix failure to apply domain constraints to a NULL constant that's