pgsql: doc: Tweak sentence for pg_checksums when enabling checksums - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Tweak sentence for pg_checksums when enabling checksums
Date
Msg-id E1kF9pA-0006w2-Sd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/87483c7bb32059f203a3fa36b4ffa9070970fa03

Modified Files
--------------
doc/src/sgml/ref/pg_checksums.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: pgsql: Refactor pg_get_line() to expose an alternative StringInfo-based
Next
From: Thomas Munro
Date:
Subject: pgsql: Skip unnecessary stat() calls in walkdir().