]> 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:37 +0000 (21:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Dec 2002 21:46:37 +0000 (21:46 +0000)
commit993b145d7ff99231128e83b51317094821314e32
tree6509a3532ac0f3912b02bdbbe5f638612c51c130
parentfae2f14cddcaad0419de794c894c369e83fedbef
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