Обсуждение: pgsql: Fix failure to apply domain constraints to a NULL constant that's

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/rewrite:
        rewriteManip.c (r1.92.2.2 -> r1.92.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteManip.c.diff?r1=1.92.2.2&r2=1.92.2.3)