Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731cfa commit d61bfddCopy full SHA for d61bfdd
doc/src/sgml/wal.sgml
@@ -551,8 +551,8 @@
551
flushed to disk after a configurable number of bytes. Otherwise, these
552
pages may be kept in the OS's page cache, inducing a stall when
553
<literal>fsync</literal> is issued at the end of a checkpoint. This setting will
554
- often help to reduce transaction latency, but it also can an adverse effect
555
- 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
556
<xref linkend="guc-shared-buffers"/>, but smaller than the OS's page cache.
557
</para>
558
0 commit comments