Re: Offline enabling/disabling of data checksums
Fabien COELHO <fabien.coelho@mines-paristech.fr>
From: Fabien COELHO <fabien.coelho@mines-paristech.fr>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andres Freund <andres@anarazel.de>,
Michael Banck <michael.banck@credativ.de>,
Magnus Hagander <magnus@hagander.net>, Sergei Kornilov <sk@zsrv.org>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-26T12:41:38Z
Lists: pgsql-hackers
Bonjour Michaël, >> Here is an attempt at improving the Notes. [...] > > So, the ordering of the notes for each paragraph is as follows: 1) > Replication issues when mixing different checksum setups across nodes. > 2) Consistency of the operations if killed. 3) Don't start Postgres > while the operation runs. > > Your proposal is to switch the order of the paragraphs to 3), 1) and > then 2). Yes. I suggest to emphasize cluster corruption risks by putting them first. > Do others have any opinion? I am fine with the current > order of things, still it may make sense to tweaks the docs. > > In the paragraph related to replication, the second statement is > switched to be first so as the docs warn first, and then give > recommendations. Yep. > This part makes sense. Yep! > I am not sure that "checksum status" is a correct term. It seems to > me that "same configuration for data checksums as before the tool ran" > or something like that would be more correct. Possibly, I cannot say. -- Fabien.
Commits
-
Reorganize Notes section in documentation of pg_checksums
- a7cc52370b2b 12.0 landed
-
Add option -N/--no-sync to pg_checksums
- e0090c869008 12.0 landed
-
Add options to enable and disable checksums in pg_checksums
- ed308d783790 12.0 landed
-
Refactor more code logic to update the control file
- 8b938d36f744 12.0 landed
-
Rename pg_verify_checksums to pg_checksums
- 6dd263cfaa84 12.0 landed
-
Fix cross-version compatibility checks of pg_verify_checksums
- 501f58359b59 11.3 landed
- c9ae7f704c67 12.0 landed
-
Add routine able to update the control file to src/common/
- ce6afc6823fb 12.0 landed