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

Started by Tom Laneover 20 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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_4_STABLE

Modified Files:
--------------
pgsql/src/backend/rewrite:
rewriteManip.c (r1.80 -> r1.80.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteManip.c.diff?r1=1.80&r2=1.80.2.1)