New XLOG record indicating WAL-skipping - Mailing list pgsql-hackers

From Fujii Masao
Subject New XLOG record indicating WAL-skipping
Date
Msg-id 3f0b79eb1001042255t26fd1015n5218852e32b7279b@mail.gmail.com
Whole thread Raw
Responses Re: New XLOG record indicating WAL-skipping
List pgsql-hackers
On Wed, Dec 9, 2009 at 6:25 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> Here is the patch:
>
> - Write an XLOG UNLOGGED record in WAL if WAL-logging is skipped for only
>  the reason that WAL archiving is not enabled and such record has not been
>  written yet.
>
> - Cause archive recovery to end if an XLOG UNLOGGED record is found during
>  it.

Here's an updated version of my "New XLOG record indicating WAL-skipping" patch.
http://archives.postgresql.org/pgsql-hackers/2009-12/msg00788.php

This is rebased to CVS HEAD.

Regards,

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

Attachment

pgsql-hackers by date:

Previous
From: black light
Date:
Subject: execute sql commands in core
Next
From: Tom Lane
Date:
Subject: Somebody has broken autovacuum's abort path