]> granicus.if.org Git - postgresql/commit
Fix failure to apply domain constraints to a NULL constant that's added to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 20:11:36 +0000 (20:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 20:11:36 +0000 (20:11 +0000)
commit88f2145326ece1bafe2aa1bd0eb2095ba55de1b0
tree4aff2458262c2ba1b55bf5fbfe8cada2785f0362
parent751c4818bf428b250498765c571c11e905a15e8a
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.
src/backend/rewrite/rewriteManip.c