]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pgindent fix for commit 53e6f51ee
authorRichard Guo <rguo@postgresql.org>
Fri, 3 Jul 2026 03:31:15 +0000 (12:31 +0900)
committerRichard Guo <rguo@postgresql.org>
Fri, 3 Jul 2026 03:48:59 +0000 (12:48 +0900)
contrib/pg_plan_advice/pgpa_scan.c

index a7ee09335fd6837e6a8381a9502ae2eaa96b8502..4da779362163aacad2c0fc1af23ddcc673936a2c 100644 (file)
@@ -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
-                                * 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;