diff options
author | Peter Eisentraut | 2024-10-01 13:58:20 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-10-01 13:58:20 +0000 |
commit | efd72a3d422b591bfec941d625df6fad820e021b (patch) | |
tree | a8cdb9c4390f2b4406b7893e80ec6d92af45f204 /doc/src | |
parent | 10b721821d6d6e27e594549cf105476dc28514c8 (diff) |
Tweak docs to reduce possible impact of data checksums
Author: Greg Sabino Mullane <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index bdd613e77ff..c2531f551a8 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -267,7 +267,7 @@ PostgreSQL documentation <para> Use checksums on data pages to help detect corruption by the 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 failures will be reported in the <link linkend="monitoring-pg-stat-database-view"> |