From b7cf9e42ac2d4b153eb781195ebf369d4b8b566e Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 7 Sep 2020 14:35:13 +0900 Subject: [PATCH] doc: Tweak sentence for pg_checksums when enabling checksums The previous version of the docs mentioned that files are rewritten, implying that a second copy of each file gets created, but each file is updated in-place. Author: Michael Banck Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/858086b6a42fb7d17995b6175856f7e7ec44d0a2.camel@credativ.de Backpatch-through: 12 --- doc/src/sgml/ref/pg_checksums.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/pg_checksums.sgml b/doc/src/sgml/ref/pg_checksums.sgml index 8e7807f86b..1dd4e54ff1 100644 --- a/doc/src/sgml/ref/pg_checksums.sgml +++ b/doc/src/sgml/ref/pg_checksums.sgml @@ -47,8 +47,8 @@ PostgreSQL documentation When verifying checksums, every file in the cluster is scanned. When - enabling checksums, every file in the cluster is rewritten. Disabling - checksums only updates the file pg_control. + enabling checksums, every file in the cluster is rewritten in-place. + Disabling checksums only updates the file pg_control.