From: Daniel Gustafsson Date: Wed, 29 Jul 2026 20:02:57 +0000 (+0200) Subject: pgindent fix for a84eca6627f X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43e8f4b3dc5b361e78f237b136c9c1f817e13c4;p=thirdparty%2Fpostgresql.git pgindent fix for a84eca6627f --- diff --git a/src/backend/commands/vacuumparallel.c b/src/backend/commands/vacuumparallel.c index dd355a3d246..767d162e578 100644 --- a/src/backend/commands/vacuumparallel.c +++ b/src/backend/commands/vacuumparallel.c @@ -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);