mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
This adds a column that counts how many checksum failures have occurred on files belonging to a specific database. Both checksum failures during normal backend processing and those created when a base backup detects a checksum failure are counted. Author: Magnus Hagander Reviewed by: Julien Rouhaud