diff options
author | Bruce Momjian | 2025-02-21 18:03:29 +0000 |
---|---|---|
committer | Bruce Momjian | 2025-02-21 18:03:29 +0000 |
commit | 901a1cf8b4a291a3a22021bf7acb516c1d278e53 (patch) | |
tree | 389640b079c32471513b5109d73b61cbdaedfc9c /doc/src/sgml/amcheck.sgml | |
parent | 6ea0734e41de4f7f39c0df05736c1714aa004b61 (diff) |
doc: clarify default checksum behavior in non-master branches
Also simplify and correct data checksum wording in master now that it is
the default. PG 13 did not have the awkward wording.
Reported-by: Felix <[email protected]>
Reviewed-by: Laurenz Albe
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14
Diffstat (limited to 'doc/src/sgml/amcheck.sgml')
-rw-r--r-- | doc/src/sgml/amcheck.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml index 3af065615bc..a12aa3abf01 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/sgml/amcheck.sgml @@ -466,8 +466,8 @@ SET client_min_messages = DEBUG1; </listitem> <listitem> <para> - File system or storage subsystem faults where checksums happen to - simply not be enabled. + File system or storage subsystem faults when data checksums are + disabled. </para> <para> Note that <filename>amcheck</filename> examines a page as represented in some |