aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-19 15:25:43 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-19 15:25:43 -0400
commita91f885f11c561ae2a1209c7ebc52fadc85137fb (patch)
treeca52e2fb695c1d9a67fc50fa46307b38ccf0441f
parent092d7ded29f36b0539046b23b81b9f0bf2d637f1 (diff)
downloadpostgresql-a91f885f11c561ae2a1209c7ebc52fadc85137fb.tar.gz
postgresql-a91f885f11c561ae2a1209c7ebc52fadc85137fb.zip
Remove obsolete comment.
-rw-r--r--src/backend/optimizer/prep/prepjointree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/optimizer/prep/prepjointree.c b/src/backend/optimizer/prep/prepjointree.c
index d72c78f8db4..d391ce540d2 100644
--- 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)
{