summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2018-03-03 19:23:13 +0000
committerPeter Eisentraut2018-03-03 19:23:13 +0000
commit7726147f5368e04d0b7c1ab1849a6be47391ff24 (patch)
tree3a46907b807dd09141187b17dd591e8f8b3e33ac
parente568eed2fce7c50f40e0dcdec0f6d1e88b42a15b (diff)
doc: Small wording improvement
Replace "checkpoint segment" with "WAL segment". Reported-by: Maksim Milyutin <milyutinma@gmail.com>
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index c3bf3f9fd6d..259a2d83b4a 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2778,7 +2778,7 @@ include_dir 'conf.d'
<listitem>
<para>
Write a message to the server log if checkpoints caused by
- the filling of checkpoint segment files happen closer together
+ the filling of WAL segment files happen closer together
than this many seconds (which suggests that
<varname>max_wal_size</varname> ought to be raised). The default is
30 seconds (<literal>30s</literal>). Zero disables the warning.