Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/autovacuum.c | modified | +0 −18 |
| src/backend/postmaster/postmaster.c | modified | +0 −6 |
| src/include/postmaster/autovacuum.h | modified | +0 −2 |