On Sun, Mar 23, 2025 at 10:00 AM Alexander Lakhin <exclus...@gmail.com> wrote: > > Interestingly enough, with "log_autovacuum_min_duration = 0" added to > TEMP_CONFIG, I can't see "automatic vacuum/analyze" messages related > to ft2/ "S 1"."T 1", so autovacuum somehow affects contents of this table > indirectly. > > With autovacuum = off, all of these fluctuations go away.
If autovacuum is somehow corrupting the table, then isn't there a bug that needs to be fixed? Also, are you only able to reproduce this on master? - Melanie