diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-06-11 09:54:25 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-06-11 09:54:25 +0900 |
commit | d61bfdda8c2cae671ca4a252993bb8feaa619285 (patch) | |
tree | d6962c5d3a084a5da38491b8058799e6ede2dbed | |
parent | f731cfa94c00164814625d5753d376a4a7c43fff (diff) | |
download | postgresql-d61bfdda8c2cae671ca4a252993bb8feaa619285.tar.gz postgresql-d61bfdda8c2cae671ca4a252993bb8feaa619285.zip |
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 f4bc2d4161e..8727f3c26b8 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</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> |