Re: How to stop autovacuum silently

2023-11-23 Thread Maxim Orlov
On Wed, 22 Nov 2023 at 21:13, Peter Geoghegan wrote: > Are you aware of commit e83ebfe6d7, which added a similar WARNING at > the point when VACUUM overwrites a relfrozenxid/relminmxid "from the > future"? It's a recent one. > Thank you for reply! I hadn't noticed it. But in described above cas

Re: How to stop autovacuum silently

2023-11-22 Thread Peter Geoghegan
On Wed, Nov 22, 2023 at 8:18 AM Maxim Orlov wrote: > Recently, one of our customers had reported a not working autovacuum. After > a minor investigation, I've found that > autovacuum launcher did, actually, run vacuum as expected, but with no > results. At the same time, no warnings or > other

How to stop autovacuum silently

2023-11-22 Thread Maxim Orlov
Hi! Recently, one of our customers had reported a not working autovacuum. After a minor investigation, I've found that autovacuum launcher did, actually, run vacuum as expected, but with no results. At the same time, no warnings or other anomies were present in the logs. At first, I've thought m