make_restrictinfo() failed to attach the specified required_relids to

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

Commit: ccdcd1967202999edb0466eaaf4cee00946923bf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-11-16T17:08:03Z
Releases: 8.2.0
make_restrictinfo() failed to attach the specified required_relids to
its result when the clause was an OR clause.  Brain fade exposed by
example from Sebastian BÎck.

Files

PathChange+/−
src/backend/optimizer/util/restrictinfo.c modified +17 −8