]> granicus.if.org Git - postgresql/commit
make_restrictinfo() failed to attach the specified required_relids to
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 16 Nov 2005 17:08:12 +0000 (17:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 16 Nov 2005 17:08:12 +0000 (17:08 +0000)
commit175ab4c00c7bfec3abbc946f7e902d2de8c74ef9
tree3fe220867d4316e3c64f4a71dd8992cf66a3925e
parent1cb945bd50e9a5e0d7ebf92a643cfcf0186fc8c5
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.
src/backend/optimizer/util/restrictinfo.c