Skip to content

Commit 5ba1ac9

Browse files
committed
doc: fix wording describing the checkpoint_flush_after GUC
Reported-by: Evan Macbeth Discussion: https://postgr.es/m/155208475619.1380.12815553062985622271@wrigleys.postgresql.org Backpatch-through: master
1 parent 80e278e commit 5ba1ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/wal.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602

603603
<para>
604604
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
605+
allows you to force OS pages written by the checkpoint to be
606606
flushed to disk after a configurable number of bytes. Otherwise, these
607607
pages may be kept in the OS's page cache, inducing a stall when
608608
<literal>fsync</literal> is issued at the end of a checkpoint. This setting will

0 commit comments

Comments
 (0)