]> granicus.if.org Git - postgresql/commit
It is possible for ResolveNew to be used to insert a sublink into a
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2003 20:01:59 +0000 (20:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2003 20:01:59 +0000 (20:01 +0000)
commit1df7a455dd37021b5588166b80f37fe36f674e67
tree13b6d5dc62702d6b3438f888a5ab936c6052da99
parent17841ddbbf48706c13b4388cf6d8e4255f4a781c
It is possible for ResolveNew to be used to insert a sublink into a
subquery that didn't previously have one.  We have traditionally made
the caller of ResolveNew responsible for updating the hasSubLinks flag
of the outermost query, but this fails to account for hasSubLinks in
subqueries.  Fix ResolveNew to handle this.  We might later want to
change the calling convention of ResolveNew so that it can fix the
outer query too, simplifying callers.  But I went with the localized
fix for now.  Per bug report from J Smith, 20-Oct-03.
src/backend/rewrite/rewriteManip.c