diff options
| author | Michael Paquier | 2018-06-11 00:54:25 +0000 |
|---|---|---|
| committer | Michael Paquier | 2018-06-11 00:58:02 +0000 |
| commit | 256d43128d21891b6090e6fc19668e27da04764b (patch) | |
| tree | e9e941fdc68511b6cebc55ec4f1ee887503e2e3c | |
| parent | 5bb08c7000db0f3f6621316105de1711f7b559a5 (diff) | |
Fix grammar in documentation related to checkpoint_flush_after
Reported-by: Christopher Jones
| -rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index b2b1a436704..62874dcae3f 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> |
