public inbox for [email protected]
help / color / mirror / Atom feedFrom: Heikki Linnakangas <[email protected]>
To: [email protected]
Subject: pgsql: Fix advertising autovacuum launcher's ProcNumber
Date: Thu, 09 Jul 2026 12:17:46 +0000
Message-ID: <[email protected]> (raw)
Fix advertising autovacuum launcher's ProcNumber
Autovacuum launcher is not an aux process, so it needs to be
advertised in InitProcess() rather than InitAuxiliaryProcess()
In the passing, also remove some now-unnecessary 'volatile' qualifiers
left behind by the same commit.
Reported-by: Thom Brown <[email protected]>
Author: Fujii Masao <[email protected]>
Author: Nathan Bossart <[email protected]>
Discussion: https://www.postgresql.org/message-id/[email protected]...
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/dff789e555404571cc76097c1539e93dc7f2e3de
Modified Files
--------------
src/backend/postmaster/checkpointer.c | 6 ++----
src/backend/storage/lmgr/proc.c | 17 ++++++++++-------
src/include/storage/proc.h | 3 ++-
3 files changed, 14 insertions(+), 12 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Fix advertising autovacuum launcher's ProcNumber
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox