From 5c5d54870f5ea7d9254e46a2497f6fa6f2309517 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 4 Jul 2012 09:22:21 +0200 Subject: [PATCH] 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. --- doc/src/sgml/wal.sgml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index baa36a147e4..e34faffce2a 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -547,9 +547,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. -- 2.39.5