pgsql: Fix failure to apply domain constraints to a NULL constant that's - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix failure to apply domain constraints to a NULL constant that's
Date
Msg-id 20060106201137.227449DCB7B@postgresql.org
Whole thread Raw
List 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:
----
REL7_3_STABLE

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

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix failure to apply domain constraints to a NULL constant that's
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: Add a new branch of the psqlODBC code as supplied