On Fri, 30 Jan 2026 at 14:25, Kirill Reshke <reshkekirill@gmail.com> wrote:
>
> Sorry, I messed up my previous email.
>
> > create table test_vac_unmodified_heap(a int) with (autovacuum_enabled = false);
>
> Yes I did try this, but it does not help, because autovacuum runs on
> catalog relations, still causing fail.
>
> We cannot disable autovac globally in regression suite, so I propose
> to changes this to TAp test
>
FPA POC v1
I use 'autovacuum-worker-start' injection point to 'disable'
autovacuum until test is done
--
Best regards,
Kirill Reshke