Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions After commit fd5e8b440d, InitProcess() is called later in the EXEC_BACKEND startup sequence, so it's enough to set the am_autovacuum_[launcher|worker] variables at the same place as in the !EXEC_BACKEND case.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e7c6efe305afff030b50fe6f792af48deff5cf3e Modified Files -------------- src/backend/postmaster/autovacuum.c | 18 ------------------ src/backend/postmaster/postmaster.c | 6 ------ src/include/postmaster/autovacuum.h | 2 -- 3 files changed, 26 deletions(-)