Checksum failures generate warnings

Started by Bruce Momjianover 12 years ago2 messages
#1Bruce Momjian
bruce@momjian.us

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

#2Jeff Janes
jeff.janes@gmail.com
In reply to: Bruce Momjian (#1)
Re: Checksum failures generate warnings

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