Re: Errors during recovery of a postgres. Need some help understanding them...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dhaval Shah" <dhaval(dot)shah(dot)m(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Errors during recovery of a postgres. Need some help understanding them...
Date: 2007-04-10 02:17:58
Message-ID: 16417.1176171478@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dhaval Shah" <dhaval(dot)shah(dot)m(at)gmail(dot)com> writes:
> The question I have is, how far does it look behind in time?

I think you only need to hang onto the immediately preceding file;
it only backs up to the last applied WAL record, and that's certainly
not going to span multiple segment files. The attempt to back up to the
last checkpoint isn't going to happen if you keep it from crashing at
the REDO DONE point.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2007-04-10 03:06:11 Re: Pg schema diff tools Was: [ANNOUNCE] == PostgreSQL Weekly News - April 08 2007 ==
Previous Message Marc 2007-04-10 02:17:36 Tomcat question/problem