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)
commitffa15ef351dc2f1b3ac58f563ed5d28fd8734366
tree7a1016ab7014a6aa5c6c1d81ba30a3800490b61f
parentbcb4c9a3ad1cd4d7d83dfa08b6f1ec68ce1540b4
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