]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix inappropriate attempt to push down qual clauses into a view that
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Feb 2001 21:17:52 +0000 (21:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Feb 2001 21:17:52 +0000 (21:17 +0000)
commit503f042cd764b18aa0df81d764bc40d0f4e4c24a
tree85d3663753d61c1fda2e8e9a740ef5410386fcd1
parent67849c84d6ef9f10552c93ce2a3f6b055182122e
Fix inappropriate attempt to push down qual clauses into a view that
has UNION/INTERSECT/EXCEPT operations.  Per bug report from Ferrier.
src/backend/optimizer/path/allpaths.c