summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut2024-10-01 13:58:20 +0000
committerPeter Eisentraut2024-10-01 13:58:20 +0000
commitefd72a3d422b591bfec941d625df6fad820e021b (patch)
treea8cdb9c4390f2b4406b7893e80ec6d92af45f204 /doc/src
parent10b721821d6d6e27e594549cf105476dc28514c8 (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.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">