Corrupted WAL during recovery from archived log

From: "rotellaro" <rotellaro(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Corrupted WAL during recovery from archived log
Date: 2008-06-04 11:07:45
Message-ID: a3e8e2210806040407x4897322aif90894533aaf6e20@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
I'm writing some paper about instance recovery and I'm wondering how
PostgreSQL act when find a corrupted archived WAL during the restore
command.
I found that when instance recovery starts the zero_damaged_pages is
set to true.
This parameter affect only data files with corrupted pages or even wal
pages that are zeroed before going on data file?

Thanks in advance
Kind regards
Federico
--
(all opinions expressed are my own)
Federico Campoli
PostgreSQL Consulting -> PGHost http://www.pghost.eu

Browse pgsql-admin by date

  From Date Subject
Next Message Marcin Kasperski 2008-06-04 11:57:33 Is it possible to convert WAL's between architectures?
Previous Message Tino Schwarze 2008-06-04 09:58:29 Re: Create Index Performance Issue