Re: Hot standby, recovery infrastructure

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Hot standby, recovery infrastructure
Date: 2009-01-27 18:42:35
Message-ID: 1233081755.2327.2259.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Tue, 2009-01-27 at 20:11 +0200, Heikki Linnakangas wrote:
> Simon Riggs wrote:
> > On Tue, 2009-01-27 at 17:50 +0200, Heikki Linnakangas wrote:
> >
> >> Hmm, I think we have small issue if the last WAL segment restored from
> >> the archive is an incomplete one:
> >
> > All normal archive recoveries have "complete" WAL files, since an xlog
> > switch record jumps past missing entries at the end of the file. So I
> > was just about to say "how can it be an incomplete one?", to which the
> > answer is file damage of some kind causing a failed CRC check.
> >
> > So yes, it is possible and no, the patch doesn't work that way yet.
>
> Actually, the code already deals with that possibility. That's the
> motivation for the timelines: the new WAL record will be generated with
> a new timelineid. We never append to an existing WAL file after archive
> recovery.

Now I'm confused. You're disagreeing with what you just said?

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-27 18:44:46 Re: 8.4 release planning
Previous Message Zdenek Kotala 2009-01-27 18:39:56 Re: pg_upgrade project status