diff options
author | Magnus Hagander <magnus@hagander.net> | 2012-07-04 09:22:21 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2012-07-04 09:22:21 +0200 |
commit | 119027ec8b8d02c8d70e4916df1b41cde78f674d (patch) | |
tree | 2f069d685f4f9bd0705256d67407d9a08084e776 | |
parent | 85189bb930452321d224aa55ccf51f561ba04d5d (diff) | |
download | postgresql-119027ec8b8d02c8d70e4916df1b41cde78f674d.tar.gz postgresql-119027ec8b8d02c8d70e4916df1b41cde78f674d.zip |
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.
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index a3e91be4b89..8e05f927131 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 <acronym>WAL</acronym> buffers by modifying the configuration parameter <xref - linkend="guc-wal-buffers">. The default number of <acronym>WAL</acronym> - buffers is 8. Increasing this value will - correspondingly increase shared memory usage. When + linkend="guc-wal-buffers">. When <xref linkend="guc-full-page-writes"> is set and the system is very busy, setting this value higher will help smooth response times during the period immediately following each checkpoint. |