From: Peter Eisentraut Date: Sat, 3 Mar 2018 19:23:13 +0000 (-0500) Subject: doc: Small wording improvement X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7726147f5368e04d0b7c1ab1849a6be47391ff24;p=users%2Fbernd%2Fpostgres.git doc: Small wording improvement Replace "checkpoint segment" with "WAL segment". Reported-by: Maksim Milyutin --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c3bf3f9fd6..259a2d83b4 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2778,7 +2778,7 @@ include_dir 'conf.d' 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 max_wal_size ought to be raised). The default is 30 seconds (30s). Zero disables the warning.