From: Richard Guo Date: Fri, 3 Jul 2026 03:31:15 +0000 (+0900) Subject: pgindent fix for commit 53e6f51ee X-Git-Tag: REL_19_BETA2~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea203d371de0a411cc4a27f3d707c0b6dce1fb4f;p=thirdparty%2Fpostgresql.git pgindent fix for commit 53e6f51ee --- diff --git a/contrib/pg_plan_advice/pgpa_scan.c b/contrib/pg_plan_advice/pgpa_scan.c index a7ee09335fd..4da77936216 100644 --- a/contrib/pg_plan_advice/pgpa_scan.c +++ b/contrib/pg_plan_advice/pgpa_scan.c @@ -141,8 +141,8 @@ pgpa_build_scan(pgpa_plan_walker_context *walker, Plan *plan, * If multiple relations are being targeted by a single * foreign scan, then the foreign join has been pushed to the * remote side, and we want that to be reflected in the - * generated advice. We can't emit FOREIGN_JOIN() advice for - * a single relation, so treat that case as an ordinary scan. + * generated advice. We can't emit FOREIGN_JOIN() advice for a + * single relation, so treat that case as an ordinary scan. */ if (bms_membership(relids) == BMS_MULTIPLE) strategy = PGPA_SCAN_FOREIGN;