Re: Streaming replication and wal skipping - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Streaming replication and wal skipping
Date
Msg-id 4B613D6A.6040605@enterprisedb.com
Whole thread Raw
In response to Streaming replication and wal skipping  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
Fujii Masao wrote:
> Since I had tweaked wal-skipping logic for SR before,
> there were two additional changes about that;
> http://archives.postgresql.org/pgsql-committers/2009-11/msg00018.php
> http://archives.postgresql.org/pgsql-committers/2009-12/msg00167.php
> 
> The attached patch deals with those changes.
> 
> Also I found that XLogStandbyInfoActive() should use
> XLogIsNeeded() instead of XLogArchivingMode. The patch
> also does that.

Thanks, committed.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Patch: libpq new connect function (PQconnectParams)
Next
From: Heikki Linnakangas
Date:
Subject: Re: Streaming replication, and walsender during recovery