]> granicus.if.org Git - postgresql/commitdiff
Fix grammar
authorMagnus Hagander <magnus@hagander.net>
Wed, 8 Mar 2017 03:45:45 +0000 (22:45 -0500)
committerMagnus Hagander <magnus@hagander.net>
Wed, 8 Mar 2017 03:47:29 +0000 (22:47 -0500)
Reported by Jeremy Finzel

doc/src/sgml/wal.sgml

index 346aa769a856912de994f91044003f9e53997ab3..1468ba52a48777f09bb35f0a0fcdf003f9c4f6dd 100644 (file)
    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