Skip to content

Commit 5c5d548

Browse files
committed
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.
1 parent a963e06 commit 5c5d548

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/src/sgml/wal.sgml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,7 @@
547547
from having to do writes. On such systems
548548
one should increase the number of <acronym>WAL</acronym> buffers by
549549
modifying the configuration parameter <xref
550-
linkend="guc-wal-buffers">. The default number of <acronym>WAL</acronym>
551-
buffers is 8. Increasing this value will
552-
correspondingly increase shared memory usage. When
550+
linkend="guc-wal-buffers">. When
553551
<xref linkend="guc-full-page-writes"> is set and the system is very busy,
554552
setting this value higher will help smooth response times during the
555553
period immediately following each checkpoint.

0 commit comments

Comments
 (0)