]> granicus.if.org Git - postgresql/commit
Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Feb 2006 16:22:38 +0000 (16:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Feb 2006 16:22:38 +0000 (16:22 +0000)
commitdc9d11dc33c371d6c6f9f750e558ef138143038e
treeb6dbe3d7dead032c5fef52e704c1f0fe52d6201c
parenta5746b8b09ca6d26d07362ccf2692b504f4aa9cf
Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row
Var referencing the subselect output.  While this case could possibly be made
to work, it seems not worth expending effort on.  Per report from Magnus
Naeslund(f).
src/backend/optimizer/path/allpaths.c