On Mon, Apr 10, 2023 at 8:43 AM Tom Lane <t...@sss.pgh.pa.us> wrote: > Boy, it's hard to look at that trace and not call it a filesystem bug.
Agreed. > Given the apparent dependency on COW, I wonder if this has something > to do with getting confused about which copy is current? Yeah, I suppose it would require bogus old page versions (or I guess alternatively completely mixed up page offsets) rather than bogus zeroed pages to explain the too-high count observed in one of crake's failed runs: I guess it counted some pre-updated tuples that were supposed to be deleted and then counted the post-updated tuples on later pages (insert joke about the Easter variant of the Halloween problem). It's just that in the runs I've managed to observe and analyse, the previous version always happened to be zeros.