> 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