Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 817d870

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 51fc406 commit 817d870

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
@@ -545,9 +545,7 @@
545545
from having to do writes. On such systems
546546
one should increase the number of <acronym>WAL</acronym> buffers by
547547
modifying the configuration parameter <xref
548-
linkend="guc-wal-buffers">. The default number of <acronym>WAL</acronym>
549-
buffers is 8. Increasing this value will
550-
correspondingly increase shared memory usage. When
548+
linkend="guc-wal-buffers">. When
551549
<xref linkend="guc-full-page-writes"> is set and the system is very busy,
552550
setting this value higher will help smooth response times during the
553551
period immediately following each checkpoint.

0 commit comments

Comments
 (0)