On Mon, Aug 31, 2026 at 08:49:08AM -0700, Bharath Rupireddy wrote: > On Mon, Aug 31, 2026 at 8:23 AM Nathan Bossart <[email protected]> > wrote: >> Claude noticed a corner case that needs handling. In short, if the freeze >> score weights are high enough, the pow() calls can have the opposite of the >> intended effect, since the freeze scores may be less than 1. Patch >> attached. > > Nice catch! Yes, it seems like an obvious issue and the fix looks good to me.
Thanks for looking. > Can we add some tests for HEAD for the autovacuum scoring feature? I > understand it's a bit hard to get the tests to run deterministically, > but if it's worth it, I can give it a try. Seems worth a try. -- nathan
