Checksum failures generate warnings
Do we really want to generate just a warning for a checksum failure, and
not an error; see PageIsVerified().
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Sat, Apr 20, 2013 at 5:54 AM, Bruce Momjian <bruce@momjian.us> wrote:
Do we really want to generate just a warning for a checksum failure, and
not an error; see PageIsVerified().
Unless you turn on the parameter "ignore_checksum_failure", you will get an
error. It will be generated by the caller, not by PageIsVerified.
Cheers,
Jeff