Re: Autovacuum worker doesn't immediately exit on postmaster death - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Autovacuum worker doesn't immediately exit on postmaster death
Date
Msg-id CA+Tgmoa4kqxF4S1LtdY-0FLdHZgXeQGUZ2cbLpNdfZO5K7TACg@mail.gmail.com
Whole thread Raw
In response to Re: Autovacuum worker doesn't immediately exit on postmaster death  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Autovacuum worker doesn't immediately exit on postmaster death  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Mon, Mar 22, 2021 at 1:48 PM Stephen Frost <sfrost@snowman.net> wrote:
> Thanks for that.  Attached is just a rebased version with a commit
> message added.  If there aren't any other concerns, I'll commit this in
> the next few days and back-patch it.  When it comes to 12 and older,
> does anyone want to opine about the wait event to use?  I was thinking
> PG_WAIT_TIMEOUT or WAIT_EVENT_PG_SLEEP ...

I'm not sure if we should back-patch this, but I think if you do you
should just add a wait event, rather than using a generic one.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Custom compression methods
Next
From: Bernd Helmle
Date:
Subject: Re: postgres_fdw: IMPORT FOREIGN SCHEMA ... LIMIT TO (partition)