Fix grammar in documentation related to checkpoint_flush_after
authorMichael Paquier
Mon, 11 Jun 2018 00:54:25 +0000 (09:54 +0900)
committerMichael Paquier
Mon, 11 Jun 2018 00:57:09 +0000 (09:57 +0900)
Reported-by: Christopher Jones
doc/src/sgml/wal.sgml

index 940c37b21a30e86a70b15023d25639c947a113f3..c43f056924704eda1e67865d9ed6f419ee50e892 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
    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
    , but smaller than the OS's page cache.