From: Magnus Hagander Date: Wed, 4 Jul 2012 07:22:21 +0000 (+0200) Subject: Remove reference to default wal_buffers being 8 X-Git-Tag: REL9_1_5~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=119027ec8b8d02c8d70e4916df1b41cde78f674d;p=postgresql Remove reference to default wal_buffers being 8 This hasn't been true since 9.1, when the default was changed to -1. Remove the reference completely, keeping the discussion of the parameter and it's shared memory effects on the config page. --- diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index a3e91be4b8..8e05f92713 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -540,9 +540,7 @@ from having to do writes. On such systems one should increase the number of WAL buffers by modifying the configuration parameter . The default number of WAL - buffers is 8. Increasing this value will - correspondingly increase shared memory usage. When + linkend="guc-wal-buffers">. When is set and the system is very busy, setting this value higher will help smooth response times during the period immediately following each checkpoint.