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 restoring from a backup, try removing the fi
le \"%s/backup_label\".", DataDir)));

----

regards,

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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to