aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-12-08 00:16:09 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-12-08 00:16:09 +0000
commit173a6760278f4c25aaa41c3ed70bae6fecb732aa (patch)
tree1962f5c9f63d1311f7736ad45e4b813251a0e356 /src/backend/access
parentaa7f00464d60f02ee0b1d66b72c8a2a2734f3907 (diff)
downloadpostgresql-173a6760278f4c25aaa41c3ed70bae6fecb732aa.tar.gz
postgresql-173a6760278f4c25aaa41c3ed70bae6fecb732aa.zip
Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to
form a join and that case doesn't have anything to join to. (We could probably make it work if we didn't pull up the subquery, but it seems to me that the case isn't worth extra code.) Per report from Greg Stark.
Diffstat (limited to 'src/backend/access')
0 files changed, 0 insertions, 0 deletions