On Tue, Mar 02, 2021 at 02:28:42PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > If we can't read the AGF header, we never actually set a value for > freelen and usedlen. These two variables are used to make the worst > case estimate of btree size, so it's safe to set them to the AG size as > a fallback. Do we actually want to continue with the rest of the funtion at all in this case?