On Sat, 31 Jan 2026 at 02:36, Melanie Plageman <[email protected]> wrote: > > On Fri, Jan 30, 2026 at 4:25 AM Kirill Reshke <[email protected]> wrote: > > > > > 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 > > Andres suggested making the table a temp table. He said other sessions > vacuuming catalog tables shouldn't affect the temp table horizon. If > you try that in your repro does it fix it? > > - Melanie
Yes indeed, it does. -- Best regards, Kirill Reshke
v1-0001-Create-test-tables-as-temporary-to-avoid-autovacu.patch
Description: Binary data
