]> granicus.if.org Git - postgresql/commit
Avoid pulling up sublinks from a subselect's targetlist. Works around
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Dec 2002 21:46:55 +0000 (21:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Dec 2002 21:46:55 +0000 (21:46 +0000)
commit0e98ae22d3d49e6fbf53f9d7f8a6806f5d27d09a
treec68c4c8e457e9be98081292553e259b753eb8cb1
parent530bf204f09c17716180bb71ed5d29271dd0e7c9
Avoid pulling up sublinks from a subselect's targetlist.  Works around
problems that occur if sublink is referenced via a join alias variable.
Perhaps this can be improved later, but a simple and safe fix is needed
for 7.3.1.
src/backend/optimizer/plan/planner.c