Re: Should vacuum process config file reload more often

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Should vacuum process config file reload more often
Дата
Msg-id C6068C97-1998-459B-B6A7-C6A71D1CE443@yesql.se
обсуждение исходный текст
Ответ на Re: Should vacuum process config file reload more often  (John Naylor <john.naylor@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: Should vacuum process config file reload more often
Следующее
От: "Yu Shi (Fujitsu)"
Дата:
Сообщение: RE: Fix a test case in 035_standby_logical_decoding.pl