Re: More issues with pg_verify_checksums and checksum verification in base backups
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Stephen Frost <sfrost@snowman.net>
Cc: Michael Paquier <michael@paquier.xyz>, David Steele <david@pgmasters.net>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, pgsql-hackers@postgresql.org, andrew@dunslane.net, daniel@yesql.se, magnus@hagander.net, tgl@sss.pgh.pa.us
Date: 2018-11-20T02:32:18Z
Lists: pgsql-hackers
Hi, On 2018-11-19 21:18:43 -0500, Stephen Frost wrote: > As has been mentioned elsewhere, there's really a 'right' way to do > things and allowing PG to be 'extensible' by simply ignoring random > files showing up isn't that- if we want PG to be extensible in this way > then we need to provide a mechanism for that to happen. I still don't buy this argument. I'm giving up here, as I just don't have enough energy to keep up with this discussion. FWIW, I think it's bad, that we don't error out on checksum failures in basebackups by default. And that's only really feasible with a whitelisting approach. Greetings, Andres Freund
Commits
-
Fix various checksum check problems for pg_verify_checksums and base backups
- 19516afdf167 11.2 landed
- 5c995139752f 12.0 landed
-
Switch pg_verify_checksums back to a blacklist
- 85036308dc58 11.2 landed
- a1c91dd1108c 12.0 landed