Re: For what should pg_stop_backup wait?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: For what should pg_stop_backup wait?
Дата
Msg-id 1218204150.4549.610.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: For what should pg_stop_backup wait?  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: For what should pg_stop_backup wait?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2008-08-08 at 12:57 +0100, Simon Riggs wrote:

> > Yes, statement_timeout may help. But, I don't want to use it, because the
> > *successful* backup is canceled.
> >
> > How about checking whether the stoppoint was archived by comparing with
> > the last WAL archived. The archiver process can tell the last WAL archived.
> > Or, we can calculate it from the status file.
>
> I think its easier to test whether the stopxlogfilename still exists in
> pg_xlog. If not, we know it has been archived away. We can add that as
> an extra condition inside the loop.
>
> So thinking we should test XLogArchiveCheckDone() for both
> stopxlogfilename and history file and then stat for the stop WAL file:

This seems better.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: patch: Add columns via CREATE OR REPLACE VIEW
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Oprofile with postgresql