Remove backup_label automatically

Поиск
Список
Период
Сортировка
От Toru SHIMOGAKI
Тема Remove backup_label automatically
Дата
Msg-id 4AEE7ED9.4060506@oss.ntt.co.jp
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: backup_label in a crash recovery
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: operator exclusion constraints