Skip to content

Commit a91f885

Browse files
committed
Remove obsolete comment.
1 parent 092d7de commit a91f885

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/optimizer/prep/prepjointree.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -962,9 +962,6 @@ pull_up_simple_subquery(PlannerInfo *root, Node *jtnode, RangeTblEntry *rte,
962962
* The children might or might not contain any actual lateral
963963
* cross-references, but we have to mark the pulled-up child RTEs so that
964964
* later planner stages will check for such.
965-
*
966-
* NB: although the parser only sets the lateral flag in subquery and
967-
* function RTEs, after this step it can also be set in VALUES RTEs.
968965
*/
969966
if (rte->lateral)
970967
{

0 commit comments

Comments
 (0)