From 901a1cf8b4a291a3a22021bf7acb516c1d278e53 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 21 Feb 2025 13:03:29 -0500 Subject: 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 Reviewed-by: Laurenz Albe Discussion: https://postgr.es/m/173928241056.707.3989867022954178032@wrigleys.postgresql.org Backpatch-through: 14 --- doc/src/sgml/amcheck.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/amcheck.sgml') 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; - 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. Note that amcheck examines a page as represented in some -- cgit v1.2.3