projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
092d7de
)
Remove obsolete comment.
author
Tom Lane
Sun, 19 Aug 2012 19:25:43 +0000
(15:25 -0400)
committer
Tom Lane
Sun, 19 Aug 2012 19:25:43 +0000
(15:25 -0400)
src/backend/optimizer/prep/prepjointree.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/prep/prepjointree.c
b/src/backend/optimizer/prep/prepjointree.c
index d72c78f8db4a13ee93e889e4e2b178113d90dc73..d391ce540d2fb8989012b8ba8eef4f69f3d0ae9f 100644
(file)
--- a/
src/backend/optimizer/prep/prepjointree.c
+++ b/
src/backend/optimizer/prep/prepjointree.c
@@
-962,9
+962,6
@@
pull_up_simple_subquery(PlannerInfo *root, Node *jtnode, RangeTblEntry *rte,
* The children might or might not contain any actual lateral
* cross-references, but we have to mark the pulled-up child RTEs so that
* later planner stages will check for such.
- *
- * NB: although the parser only sets the lateral flag in subquery and
- * function RTEs, after this step it can also be set in VALUES RTEs.
*/
if (rte->lateral)
{