Fix failure to apply domain constraints to a NULL constant that's added to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 88f2145326ece1bafe2aa1bd0eb2095ba55de1b0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-06T20:11:36Z
Releases: 7.3.14
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.

Files

PathChange+/−
src/backend/rewrite/rewriteManip.c modified +6 −2