Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3d47b75

Browse files
committed
pgindent fix
for commit 489072a
1 parent b6df079 commit 3d47b75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/optimizer/plan/analyzejoins.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ remove_rel_from_query(PlannerInfo *root, RelOptInfo *rel,
405405
replace_varno((Node *) otherrel->lateral_vars, relid, subst);
406406

407407
/*
408-
* Although we pass root->parse through cleanup procedure,
409-
* but parse->rtable and rte contains refs to different copies
410-
* of the subquery.
408+
* Although we pass root->parse through cleanup procedure, but
409+
* parse->rtable and rte contains refs to different copies of
410+
* the subquery.
411411
*/
412412
if (otherrel->rtekind == RTE_SUBQUERY)
413413
query_tree_walker(rte->subquery, replace_varno_walker, &ctx,

0 commit comments

Comments
 (0)