From: Peter Eisentraut Date: Thu, 22 Feb 2024 06:59:15 +0000 (+0100) Subject: pgindent fix X-Git-Tag: REL_17_BETA1~832 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d47b75546d1ef70145f58e162a96f7e0c649389;p=thirdparty%2Fpostgresql.git pgindent fix for commit 489072ab7a --- diff --git a/src/backend/optimizer/plan/analyzejoins.c b/src/backend/optimizer/plan/analyzejoins.c index 072298f66c6..19d6d4f3aba 100644 --- a/src/backend/optimizer/plan/analyzejoins.c +++ b/src/backend/optimizer/plan/analyzejoins.c @@ -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,