aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-10-01 09:58:20 -0400
committerPeter Eisentraut <peter@eisentraut.org>2024-10-01 09:58:20 -0400
commitefd72a3d422b591bfec941d625df6fad820e021b (patch)
treea8cdb9c4390f2b4406b7893e80ec6d92af45f204 /doc/src
parent10b721821d6d6e27e594549cf105476dc28514c8 (diff)
downloadpostgresql-efd72a3d422b591bfec941d625df6fad820e021b.tar.gz
postgresql-efd72a3d422b591bfec941d625df6fad820e021b.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/initdb.sgml2
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">