Streaming replication and document about avoiding WAL-logging

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Streaming replication and document about avoiding WAL-logging
Date: 2010-03-31 11:45:27
Message-ID: l2s3f0b79eb1003310445v3ed05a6fn53178ed173deb3e6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

In 9.0, some SQL commands can avoid WAL-logging only when
not only archive_mode is off but also max_wal_senders is
zero (new condition since 9.0). But I forgot modifying the
documents about this behavior enough :(

The attached patch adds the description about that new
condition for WAL-logging.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
doc_skip_logging_v1.patch application/octet-stream 3.7 KB

Browse pgsql-docs by date

  From Date Subject
Next Message Heikki Linnakangas 2010-03-31 20:39:09 Re: Streaming replication document improvements
Previous Message Fujii Masao 2010-03-31 02:01:40 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL