Remove backup_label automatically - Mailing list pgsql-hackers

From Toru SHIMOGAKI
Subject Remove backup_label automatically
Date
Msg-id 4AEE7ED9.4060506@oss.ntt.co.jp
Whole thread Raw
List pgsql-hackers
Hi,

Is there a reason not to remove backup_label automatically when crash recovery
is run?

ereport in StartXLOG() says the folloing hint message, but I can't see other
cases we have to take care;

----
 ereport(PANIC,         (errmsg("could not locate required checkpoint record"),          errhint("If you are not
restoringfrom a backup, try removing the fi
 
le \"%s/backup_label\".", DataDir)));

----

regards,

-- 
Toru SHIMOGAKI<shimogaki.toru@oss.ntt.co.jp>
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: backup_label in a crash recovery
Next
From: Simon Riggs
Date:
Subject: Re: operator exclusion constraints