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:31 +0000 (20:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 20:11:31 +0000 (20:11 +0000)
commit2942023a2a865b64cf1404f369a862aa04dda72b
tree4e3d6f31de7812d9976b6f3aae2e285ab87507af
parente9b0c2d4bd06c645daeb7f1a1e0df57bd5c0abc1
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