aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-03-07 22:45:45 -0500
committerMagnus Hagander <magnus@hagander.net>2017-03-07 22:47:29 -0500
commitb7fa016d68b51bc385b75f9d5cffef79e5671981 (patch)
treebb3874e7d212e486c4ae742fbcf4cd560b01d22a
parentb8957927e642ae15c01f985c17fd6fe00ec68069 (diff)
downloadpostgresql-b7fa016d68b51bc385b75f9d5cffef79e5671981.tar.gz
postgresql-b7fa016d68b51bc385b75f9d5cffef79e5671981.zip
Fix grammar
Reported by Jeremy Finzel
-rw-r--r--doc/src/sgml/wal.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 346aa769a85..1468ba52a48 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -569,7 +569,7 @@
removes the rest. The estimate is based on a moving average of the number
of WAL files used in previous checkpoint cycles. The moving average
is increased immediately if the actual usage exceeds the estimate, so it
- accommodates peak usage rather average usage to some extent.
+ accommodates peak usage rather than average usage to some extent.
<varname>min_wal_size</> puts a minimum on the amount of WAL files
recycled for future usage; that much WAL is always recycled for future use,
even if the system is idle and the WAL usage estimate suggests that little