Re: Should vacuum process config file reload more often - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Should vacuum process config file reload more often
Date
Msg-id C6068C97-1998-459B-B6A7-C6A71D1CE443@yesql.se
Whole thread Raw
In response to Re: Should vacuum process config file reload more often  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-hackers
> On 27 Apr 2023, at 11:29, John Naylor <john.naylor@enterprisedb.com> wrote:
> On Fri, Apr 7, 2023 at 6:08 AM Daniel Gustafsson <daniel@yesql.se> wrote:

> > I had another read-through and test-through of this version, and have applied
> > it with some minor changes to comments and whitespace.  Thanks for the quick
> > turnaround times on reviews in this thread!
>
> -       VacuumFailsafeActive = false;
> +       Assert(!VacuumFailsafeActive);
>
> I can trigger this assert added in commit 7d71d3dd08.
>
> First build with the patch in [1], then:

Interesting, thanks for the report! I'll look into it directly.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Should vacuum process config file reload more often
Next
From: "Yu Shi (Fujitsu)"
Date:
Subject: RE: Fix a test case in 035_standby_logical_decoding.pl