Fix constraint exclusion to work in inherited UPDATE/DELETE queries

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

Commit: 3893127431b41a3341ac5ff9611c7ea0215b9110
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-02-04T23:03:20Z
Releases: 8.2.0
Fix constraint exclusion to work in inherited UPDATE/DELETE queries
... in fact, it will be applied now in any query whatsoever.  I'm still
a bit concerned about the cycles that might be expended in failed proof
attempts, but given that CE is turned off by default, it's the user's
choice whether to expend those cycles or not.  (Possibly we should
change the simple bool constraint_exclusion parameter to something
more fine-grained?)

Files