]> 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:18 +0000 (20:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 20:11:18 +0000 (20:11 +0000)
commit4b1f09d5bd48e13718763a60ede2646d69073849
treeb2e83e6b0c296bdf4caf1ab6f58eb87e1be7e136
parent68f4ed462ad0c6de5de5060764b0f09f2c184d40
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