pgsql: doc: Tweak sentence for pg_checksums when enabling checksums

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Tweak sentence for pg_checksums when enabling checksums
Date: 2020-09-07 05:36:16
Message-ID: E1kF9pA-0006vy-Rm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f0942b1327e8fa32b38a02eaff627c16b517c3f9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-09-07 06:28:59 pgsql: Skip unnecessary stat() calls in walkdir().
Previous Message Pavel Stehule 2020-09-07 04:44:41 Re: pgsql: Refactor pg_get_line() to expose an alternative StringInfo-based