try to find out the checkpoint record?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема try to find out the checkpoint record?
Дата
Msg-id 20040314.143816.104027800.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: try to find out the checkpoint record?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Currently we need to read pg_control to know the location(LSN) of the
checkpoint record. This means if pg_control is lost or corrupted, we
have to give up the database recovery. I think we could start from the
first WAL segment and read through entire WAL logs to find out the
latest valid checkpoint record. This may take considerable amount of
time, but still better than giving up recovery IMO. Any reason we
cannot do this?
--
Tatsuo Ishii


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers-win32] What's left?
Следующее
От: jseymour@LinxNet.com (Jim Seymour)
Дата:
Сообщение: Re: 7.4.2 Build broken on (Sparc) Solaris 7 and 8