Re: Online enabling of checksums

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Michael Banck <michael(dot)banck(at)credativ(dot)de>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Greg Stark <stark(at)mit(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Online enabling of checksums
Date: 2018-03-05 10:09:02
Message-ID: CABUevEzzvdtNFjwzDD9MftCMaPicPr6QADvd5iyF5JsTAYD2fA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 5, 2018 at 10:43 AM, Michael Banck <michael(dot)banck(at)credativ(dot)de>
wrote:

> Hi,
>
> Am Sonntag, den 04.03.2018, 23:30 +0100 schrieb Daniel Gustafsson:
> > Agreed. Looking at our current error messages, “in file” is
> conventionally
> > followed by the filename. I do however think “calculated” is better than
> > “expected” since it conveys clearly that the compared checksum is
> calculated by
> > pg_verify_checksum and not read from somewhere.
> >
> > How about something like this?
> >
> > _(“%s: checksum mismatch in file \”%s\”, block %d: calculated %X, found
> %X”),
> > progname, fn, blockno, csum, header->pd_checksum);
>
> I still find that confusing, but maybe it's just me. I thought the one
> in the pageheader is the "expected" checksum, and we compare the "found"
> or "computed/calculated" (in the page itself) against it.
>
> I had the same conversation with an external tool author, by the way:
>

Maybe we should just say "on disk" for the one that's on disk, would that
break the confusion? So "calculated %X, found %X on disk"?

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2018-03-05 10:18:20 Re: Better Upgrades
Previous Message Michael Banck 2018-03-05 09:43:04 Re: Online enabling of checksums