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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix failure to apply domain constraints to a NULL constant that's
Date: 2006-01-06 20:11:12
Message-ID: 20060106201112.9FD7C9DC867@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-06 20:11:18 pgsql: Fix failure to apply domain constraints to a NULL constant that's
Previous Message Bruce Momjian 2006-01-06 19:08:33 pgsql: Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.