summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-06-11 09:54:25 +0900
committerMichael Paquier <michael@paquier.xyz>2018-06-11 09:57:09 +0900
commit858571843c8affff5a69527faa3e57f8adfa4165 (patch)
treea8fe1de2d92013545479ff57de5a63e53ebb699c /doc/src
parentfd73508fd15937da6580bed7080ed77563e7e39f (diff)
Fix grammar in documentation related to checkpoint_flush_after
Reported-by: Christopher Jones
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/wal.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 940c37b21a3..c43f0569247 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -551,8 +551,8 @@
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>