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:24 +0000 (20:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 20:11:24 +0000 (20:11 +0000)
commit2aee7854696a81e1b2d5292c69b4933185604fee
tree5e8516cb551037f65d70c2e9ce280f6db674fb2a
parente82858f013fac30c475b84d13c9b78b530a35f50
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