]> granicus.if.org Git - postgresql/commitdiff
Fix grammar in documentation related to checkpoint_flush_after
authorMichael Paquier <michael@paquier.xyz>
Mon, 11 Jun 2018 00:54:25 +0000 (09:54 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 11 Jun 2018 00:58:02 +0000 (09:58 +0900)
Reported-by: Christopher Jones
doc/src/sgml/wal.sgml

index b2b1a4367043b2aacf61b94e048dd6a6fd8beeb3..62874dcae3fbba0446e3a3d42b45d56c041548d9 100644 (file)
    flushed to disk after a configurable number of bytes.  Otherwise, these
    pages may be kept in the OS's page cache, inducing a stall when
    <literal>fsync</> is issued at the end of a checkpoint.  This setting will
-   often help to reduce transaction latency, but it also can an adverse effect
-   on performance; particularly for workloads that are bigger than
+   often help to reduce transaction latency, but it also can have an adverse
+   effect on performance; particularly for workloads that are bigger than
    <xref linkend="guc-shared-buffers">, but smaller than the OS's page cache.
   </para>