mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 00:28:59 -04:00
33cedf1474
Teach both base backups and pg_verify_checksums that if a page is new, it does not have a checksum yet, so it shouldn't be verified. Noted by Tomas Vondra, review by David Steele.