postgresql/src/backend/rewrite
Tom Lane 1df7a455dd 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.
2003-10-20 20:01:59 +00:00
..
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
rewriteDefine.c More message editing, some suggested by Alvaro Herrera 2003-09-29 00:05:25 +00:00
rewriteHandler.c Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
rewriteManip.c It is possible for ResolveNew to be used to insert a sublink into a 2003-10-20 20:01:59 +00:00
rewriteRemove.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
rewriteSupport.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00