Re: pgsql: Update docs as to when WAL logging can be skipped. - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Update docs as to when WAL logging can be skipped.
Date
Msg-id m2w603c8f071004191729wd848226aqe8061a8ccf772a6f@mail.gmail.com
Whole thread Raw
In response to pgsql: Update docs as to when WAL logging can be skipped.  (rhaas@postgresql.org (Robert Haas))
List pgsql-committers
On Mon, Apr 19, 2010 at 8:26 PM, Robert Haas <rhaas@postgresql.org> wrote:
> Log Message:
> -----------
> Update docs as to when WAL logging can be skipped.
>
> In 8.4 and prior, WAL-logging could potentially be skipped whenever
> archive_mode=off.  With streaming replication, this is now true only
> if max_wal_senders=0.
>
> Fujii Masao, with light copyediting by me

Eh.  I should have written "if it is also the case that max_wal_senders=0".

For the archives, here is the link to the original patch:

http://archives.postgresql.org/pgsql-docs/2010-03/msg00021.php

...Robert

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Update docs as to when WAL logging can be skipped.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Move the responsibility for calling StartupXLOG into