Re: [HACKERS] WAL replay logic (was Re: Mount options for

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Curt Sampson <cjs(at)cynic(dot)net>
Cc: Kevin Brown <kevin(at)sysexperts(dot)com>, pgsql-performance(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] WAL replay logic (was Re: Mount options for
Date: 2003-02-18 05:15:43
Message-ID: 200302180515.h1I5Fhc18116@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance


Added to TODO:

* Allow WAL information to recover corrupted pg_controldata

---------------------------------------------------------------------------

Curt Sampson wrote:
> On Fri, 14 Feb 2003, Bruce Momjian wrote:
>
> > Is there a TODO here, like "Allow recovery from corrupt pg_control via
> > WAL"?
>
> Isn't that already in section 12.2.1 of the documentation?
>
> Using pg_control to get the checkpoint position speeds up the
> recovery process, but to handle possible corruption of pg_control,
> we should actually implement the reading of existing log segments
> in reverse order -- newest to oldest -- in order to find the last
> checkpoint. This has not been implemented, yet.
>
> cjs
> --
> Curt Sampson <cjs(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
> Don't you know, in this new Dark Age, we're all light. --XTC
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-02-18 05:18:00 Re: Non-colliding auto generated names
Previous Message Bruce Momjian 2003-02-18 04:49:58 Re: Detecting corrupted pages earlier

Browse pgsql-performance by date

  From Date Subject
Next Message Curt Sampson 2003-02-18 05:26:46 Re: WAL replay logic (was Re: [PERFORM] Mount options for
Previous Message Bruce Momjian 2003-02-18 02:49:31 Re: [HACKERS] Changing the default configuration (was Re: