> I had a look and I wonder if the boolean could miss an on->off->on series of > changes.
Good catch, I missed that. I checked that on->off works, but on->off->on reenables verification and can again see checksum errors. > Maybe tracking a checksum transition generation/LSN would make this easier to > reason about? That seems like a good idea, that would allow us to remove the static variable. v2 attached based on this approach. (the on-off-on issue can also be fixed in the original static bool version with slightly more changes, we could also go in that direction, but let's first see what everyone thinks about this approach)
0001-basebackup-do-not-verify-checksums-on-pages-from-bef.patch
Description: Binary data
