pgindent fix
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 22 Feb 2024 06:59:15 +0000 (07:59 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 22 Feb 2024 07:00:58 +0000 (08:00 +0100)
for commit 489072ab7a

src/backend/optimizer/plan/analyzejoins.c

index 072298f66c640cbaefc4fb05f48a32307f410bf4..19d6d4f3abac39e4d268b4f3edbcfbdda3f6e550 100644 (file)
@@ -405,9 +405,9 @@ remove_rel_from_query(PlannerInfo *root, RelOptInfo *rel,
                replace_varno((Node *) otherrel->lateral_vars, relid, subst);
 
                /*
-                * Although we pass root->parse through cleanup procedure,
-                * but parse->rtable and rte contains refs to different copies
-                * of the subquery.
+                * Although we pass root->parse through cleanup procedure, but
+                * parse->rtable and rte contains refs to different copies of
+                * the subquery.
                 */
                if (otherrel->rtekind == RTE_SUBQUERY)
                    query_tree_walker(rte->subquery, replace_varno_walker, &ctx,