Re: Errors during recovery of a postgres. Need some help understanding them...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Errors during recovery of a postgres. Need some help understanding them...
Дата
Msg-id 16417.1176171478@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Errors during recovery of a postgres. Need some help understanding them...  ("Dhaval Shah" <dhaval.shah.m@gmail.com>)
Ответы Re: Errors during recovery of a postgres. Need some help understanding them...
Список pgsql-general
"Dhaval Shah" <dhaval.shah.m@gmail.com> writes:
> The question I have is, how far does it look behind in time?

I think you only need to hang onto the immediately preceding file;
it only backs up to the last applied WAL record, and that's certainly
not going to span multiple segment files.  The attempt to back up to the
last checkpoint isn't going to happen if you keep it from crashing at
the REDO DONE point.

            regards, tom lane

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

Предыдущее
От: "Michael Nolan"
Дата:
Сообщение: Re: Seg fault in pg_dump?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Pg schema diff tools Was: [ANNOUNCE] == PostgreSQL Weekly News - April 08 2007 ==