]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pgindent fix for a84eca6627f
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 29 Jul 2026 20:02:57 +0000 (22:02 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 29 Jul 2026 20:02:57 +0000 (22:02 +0200)
src/backend/commands/vacuumparallel.c

index dd355a3d246c075f3551779446b41a246f86d610..767d162e5788dd009bdc7fae03f036ba4dade1cb 100644 (file)
@@ -1215,9 +1215,9 @@ parallel_vacuum_main(dsm_segment *seg, shm_toc *toc)
         * table, and the worker inherits the flag by importing the leader's
         * snapshot (see ProcArrayInstallRestoredXmin). The leader's other flags
         * don't reach the worker: the snapshot import copies only the
-        * PROC_XMIN_FLAGS bits, so PROC_VACUUM_FOR_WRAPAROUND isn't carried
-        * over, and PROC_IS_AUTOVACUUM is never set on the worker in the first
-        * place since parallel workers run as regular background workers, not
+        * PROC_XMIN_FLAGS bits, so PROC_VACUUM_FOR_WRAPAROUND isn't carried over,
+        * and PROC_IS_AUTOVACUUM is never set on the worker in the first place
+        * since parallel workers run as regular background workers, not
         * autovacuum workers.
         */
        Assert(MyProc->statusFlags == PROC_IN_VACUUM);