Tweak docs to reduce possible impact of data checksums

Author: Greg Sabino Mullane <greg@turnstep.com>
Discussion: https://www.postgresql.org/message-id/flat/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ@mail.gmail.com
pull/182/head
Peter Eisentraut 1 year ago
parent 10b721821d
commit efd72a3d42
  1. 2
      doc/src/sgml/ref/initdb.sgml

@ -267,7 +267,7 @@ PostgreSQL documentation
<para> <para>
Use checksums on data pages to help detect corruption by the Use checksums on data pages to help detect corruption by the
I/O system that would otherwise be silent. Enabling checksums I/O system that would otherwise be silent. Enabling checksums
may incur a noticeable performance penalty. If set, checksums might incur a small performance penalty. If set, checksums
are calculated for all objects, in all databases. All checksum are calculated for all objects, in all databases. All checksum
failures will be reported in the failures will be reported in the
<link linkend="monitoring-pg-stat-database-view"> <link linkend="monitoring-pg-stat-database-view">

Loading…
Cancel
Save