Re: Online base backup from the hot-standby

Поиск
Список
Период
Сортировка
От Jun Ishiduka
Тема Re: Online base backup from the hot-standby
Дата
Msg-id 201110150213.p9F2Dugm009352@ccmds32.silk.ntts.co.jp
обсуждение исходный текст
Ответ на Re: Online base backup from the hot-standby  (Jun Ishiduka <ishizuka.jun@po.ntts.co.jp>)
Ответы Re: Online base backup from the hot-standby
Список pgsql-hackers
> >      if (!shutdown && XLogStandbyInfoActive())
> > +    {
> >          LogStandbySnapshot(&checkPoint.oldestActiveXid, &checkPoint.nextXid);
> > +        XLogReportParameters(REPORT_ON_BACKEND);
> > +    }
> >
> > Why doesn't the change of FPW need to be WAL-logged when
> > shutdown checkpoint is performed? It's helpful to add the comment
> > explaining why.
>
> Sure. I update the patch soon.

Done.
Please check this.

Regards.

--------------------------------------------
Jun Ishizuka
NTT Software Corporation
TEL:045-317-7018
E-Mail: ishizuka.jun@po.ntts.co.jp
--------------------------------------------

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Range Types - typo + NULL string constructor
Следующее
От: Hitoshi Harada
Дата:
Сообщение: Re: Underspecified window queries in regression tests