Re: Backup history file should be replicated in Streaming Replication?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Backup history file should be replicated in Streaming Replication?
Дата
Msg-id 201002061602.o16G2IB16205@momjian.us
обсуждение исходный текст
Ответ на Re: Backup history file should be replicated in Streaming Replication?  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Backup history file should be replicated in Streaming Replication?  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Fujii Masao wrote:
> On Mon, Jan 4, 2010 at 9:55 PM, Heikki Linnakangas
> <heikki.linnakangas@enterprisedb.com> wrote:
> > Heikki Linnakangas wrote:
> >> Here's is modified patch that adds a new backupStartPoint field to
> >> pg_control for that + some other minor editorialization.
> >
> > I've committed this now.
> 
> Thanks a lot!
> 
> src/backend/access/transam/xlog.c
> > else
> > {
> >     XLogRecPtr    InvalidXLogRecPtr = {0, 0};
> >     ControlFile->minRecoveryPoint = InvalidXLogRecPtr;
> > }
> 
> In my original patch, the above is for the problem discussed in
> http://archives.postgresql.org/pgsql-hackers/2009-12/msg02039.php
> 
> Since you've already fixed the problem, that code is useless.
> How about getting rid of that code?

Has this been addressed?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: archive_timeout behavior for no activity
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Hot Standby and DROP DATABASE