projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e278e
)
doc: fix wording describing the checkpoint_flush_after GUC
author
Bruce Momjian
<bruce@momjian.us>
Thu, 9 Nov 2023 22:51:19 +0000
(17:51 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 9 Nov 2023 22:51:19 +0000
(17:51 -0500)
Reported-by: Evan Macbeth
Discussion: https://postgr.es/m/
155208475619
.1380.
12815553062985622271
@wrigleys.postgresql.org
Backpatch-through: master
doc/src/sgml/wal.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/wal.sgml
b/doc/src/sgml/wal.sgml
index 4aad0e1a075e2b65ad1af7360dccfc6106f92dc0..184404c6c58e31d2609ffcad8bb3907a170d740a 100644
(file)
--- a/
doc/src/sgml/wal.sgml
+++ b/
doc/src/sgml/wal.sgml
@@
-602,7
+602,7
@@
<para>
On Linux and POSIX platforms <xref linkend="guc-checkpoint-flush-after"/>
- 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
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