OSDN Git Service

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:12 +0000 (20:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 20:11:12 +0000 (20:11 +0000)
commit0a8510e0f856127ef35706ee1697383b470de9f1
tree5ced7e7b49d3892084072d16effb6426af4725db
parent38e75d927510f5d2f9529638cf8f9925d3db8a74
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