Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Aug 2008 02:19:19 +0000 (02:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Aug 2008 02:19:19 +0000 (02:19 +0000)
commit1fd289ade12adbf9ceab44d976bd56d8594a8427
tree2b5e97c06f7a7335c85938f73825a9066233cd4d
parent2e2aca944614005dd7903649f2c2b48359f8c1f7
Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery
that we're considering pulling up.  I hadn't wanted to think through whether
that could work during the first pass at this stuff.  However, on closer
inspection it seems to be safe enough.
src/backend/optimizer/plan/subselect.c