]> git.ipfire.org Git - thirdparty/postgresql.git/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:29 +0000 (16:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Feb 2006 16:22:29 +0000 (16:22 +0000)
commitd8882a2c6652c6b1757a335f86d48ab584f10f23
tree082817b12a96da8900e0ae29089efb3778e28679
parentd72c32a0d1435b40bfd76670f12327787dc76b88
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