pgsql: Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Date: 2023-12-04 13:34:57
Message-ID: E1rA969-008YTN-4H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-12-04 17:56:24 pgsql: Teach convert() and friends to avoid copying when possible.
Previous Message Alvaro Herrera 2023-12-04 13:04:12 pgsql: Don't use pgbench -j in tests