pgsql: Remove reference to default wal_buffers being 8

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove reference to default wal_buffers being 8
Date: 2012-07-04 07:25:07
Message-ID: E1SmJxT-0008Lo-4m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c5d54870f5ea7d9254e46a2497f6fa6f2309517

Modified Files
--------------
doc/src/sgml/wal.sgml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-07-04 13:26:01 pgsql: Always treat a standby returning an an invalid flush location as
Previous Message Magnus Hagander 2012-07-04 07:12:22 pgsql: Fix typo