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 20060106201112.9FD7C9DC867@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.

Modified Files:
--------------
    pgsql/src/backend/rewrite:
        rewriteManip.c (r1.94 -> r1.95)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteManip.c.diff?r1=1.94&r2=1.95)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix failure to apply domain constraints to a NULL constant that's