diff options
author | Magnus Hagander | 2012-07-04 07:22:21 +0000 |
---|---|---|
committer | Magnus Hagander | 2012-07-04 07:23:51 +0000 |
commit | 817d870cf990698cbc6672068e6af5405c2ae7a4 (patch) | |
tree | 9913c6f07b4fa677c148f1ba9a59049d8712e12e /doc/src | |
parent | 51fc406819a06799e77ecfa751557318e16e4677 (diff) |
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.
Diffstat (limited to 'doc/src')
-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 a98132d3f2a..c66ae291e00 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -545,9 +545,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. |