wal buffers documentation -errata - Mailing list pgsql-hackers

From Dave Cramer
Subject wal buffers documentation -errata
Date
Msg-id 3D3E6EE9-B5A3-4954-A169-43D610AE046D@fastcrypt.com
Whole thread Raw
Responses Re: wal buffers documentation -errata  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Currently says

Number of disk-page buffers allocated in shared memory for WAL data.  
The default is 8. The setting need only be large enough to hold the  
amount of WAL data generated by one typical transaction, since the  
data is written out to disk at every transaction commit. This  
parameter can only be set at server start.

However I just loaded up an 8.2.1 and the default is 32m

Dave


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: [PATCHES] wal_checksum = on (default) | off
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] wal_checksum = on (default) | off