On Wed, 2025-03-05 at 15:22 +0530, Ashutosh Bapat wrote: > Hmm. Updating the statistics without consuming more CPU is more > valuable when autovacuum is off it improves query plans with no extra > efforts. But if adding a new mode is some significant work, riding it > on top of autovacuum=off might ok. It's not documented either way, so > we could change that behaviour later if we find it troublesome.
Sounds good. I will commit something like the v2 patch then soon, and if we need a different condition we can change it later. Regards, Jeff Davis