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 80e278e commit 5ba1ac9Copy full SHA for 5ba1ac9
doc/src/sgml/wal.sgml
@@ -602,7 +602,7 @@
602
603
<para>
604
On Linux and POSIX platforms <xref linkend="guc-checkpoint-flush-after"/>
605
- allows to force the OS that pages written by the checkpoint should be
+ allows you to force OS pages written by the checkpoint to be
606
flushed to disk after a configurable number of bytes. Otherwise, these
607
pages may be kept in the OS's page cache, inducing a stall when
608
<literal>fsync</literal> is issued at the end of a checkpoint. This setting will
0 commit comments