Commit d61bfdda authored by Michael Paquier's avatar Michael Paquier

Fix grammar in documentation related to checkpoint_flush_after

Reported-by: Christopher Jones
parent f731cfa9
...@@ -551,8 +551,8 @@ ...@@ -551,8 +551,8 @@
flushed to disk after a configurable number of bytes. Otherwise, these 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 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 <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 often help to reduce transaction latency, but it also can have an adverse
on performance; particularly for workloads that are bigger than effect on performance; particularly for workloads that are bigger than
<xref linkend="guc-shared-buffers"/>, but smaller than the OS's page cache. <xref linkend="guc-shared-buffers"/>, but smaller than the OS's page cache.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment