]> 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:54:25 +0000 (09:54 +0900)
Reported-by: Christopher Jones
doc/src/sgml/wal.sgml

index f4bc2d4161e2599117bd7032e72228db828f3a6f..8727f3c26b8a682d99c13262b31fe8c364419eb6 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</literal> 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>