Re: Streaming replication and wal skipping

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Streaming replication and wal skipping
Date: 2010-01-28 07:31:54
Message-ID: 4B613D6A.6040605@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-01-28 07:47:13 Re: Streaming replication, and walsender during recovery
Previous Message Joe Conway 2010-01-28 06:32:30 Re: Patch: libpq new connect function (PQconnectParams)