]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix indentation from commit 29a0fb21577
authorTomas Vondra <tomas.vondra@postgresql.org>
Wed, 11 Mar 2026 14:14:46 +0000 (15:14 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Wed, 11 Mar 2026 14:14:46 +0000 (15:14 +0100)
Per buildfarm animal koel

src/backend/storage/aio/method_worker.c

index c1f99cdc25b585c52a9ecf8645fd10003eb8dfd2..efe38e9f1134f678c582b84a55202796c2cf200c 100644 (file)
@@ -257,9 +257,9 @@ pgaio_worker_submit_internal(int num_staged_ios, PgAioHandle **staged_ios)
                        if (!pgaio_worker_submission_queue_insert(staged_ios[i]))
                        {
                                /*
-                                * Do the rest synchronously. If the queue is full, give up and
-                                * do the rest synchronously. We're holding an exclusive lock
-                                * on the queue so nothing can consume entries.
+                                * Do the rest synchronously. If the queue is full, give up
+                                * and do the rest synchronously. We're holding an exclusive
+                                * lock on the queue so nothing can consume entries.
                                 */
                                synchronous_ios = &staged_ios[i];
                                nsync = (num_staged_ios - i);