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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Backup history file should be replicated in Streaming Replication?
Дата
Msg-id 3f0b79eb1002071701k6df6e2b6lc4b4787369be1499@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Backup history file should be replicated in Streaming Replication?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Backup history file should be replicated in Streaming Replication?  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On Sun, Feb 7, 2010 at 1:02 AM, Bruce Momjian <bruce@momjian.us> wrote:
>> 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?

No. We need to obtain the comment about that from Heikki.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Confusion over Python drivers
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Add on_plperl_init and on_plperlu_init to plperl UPDATE 3 [PATCH]