mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Remove obsolete comment.
This commit is contained in:
parent
092d7ded29
commit
a91f885f11
@ -962,9 +962,6 @@ pull_up_simple_subquery(PlannerInfo *root, Node *jtnode, RangeTblEntry *rte,
|
|||||||
* The children might or might not contain any actual lateral
|
* The children might or might not contain any actual lateral
|
||||||
* cross-references, but we have to mark the pulled-up child RTEs so that
|
* cross-references, but we have to mark the pulled-up child RTEs so that
|
||||||
* later planner stages will check for such.
|
* 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)
|
if (rte->lateral)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user