From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Edwin Quijada <listas_quijada(at)hotmail(dot)com>, threshar(at)torgo(dot)978(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Recovery Data Cant Be!!! |
Date: | 2003-11-07 21:36:07 |
Message-ID: | 1747.1068240967@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Oh, I never realized it would work with damage that severe.
I'm not sure it will, but it's his best shot.
Actually, I think there is a TODO item here. In most cases where
a page is being touched during WAL replay, we have a complete image of
the page stashed in WAL and are just going to overwrite what we find
in the data file. I think that the zero_damaged_pages code may be
barfing in situations where it has no need to. Someone needs to look
into that and see if we do have a problem; if so, what's the best fix?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Sean | 2003-11-07 22:02:55 | phpPGAdmin Indexes, what does this do? |
Previous Message | Bruce Momjian | 2003-11-07 21:31:43 | Re: Recovery Data Cant Be!!! |