Re: Synchronous replication & Hot standby patches

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Synchronous replication & Hot standby patches
Дата
Msg-id 3f0b79eb0902240751t13231593g17fbef70664d4444@mail.gmail.com
обсуждение исходный текст
Ответ на Synchronous replication & Hot standby patches  ("K, Niranjan (NSN - IN/Bangalore)" <niranjan.k@nsn.com>)
Ответы Re: Synchronous replication & Hot standby patches
Список pgsql-hackers
Hi,

On Tue, Feb 24, 2009 at 3:47 PM, K, Niranjan (NSN - IN/Bangalore)
<niranjan.k@nsn.com> wrote:
> Could you please let me know what are the outstanding features that are still to be developed in the respective
patches?
>
> I'am currently referring the wiki: "Todo and Claim" for NTT and for HotStandby, i see that almost all issues are
closed.Are there any features / refactoring / bugs still need to be fixed.
 

At least I'm planning to work on the following two items of Synch Rep for v8.5.
Of course, Synch Rep works fine without these features.

- Address the problem which the signals cannot interrupt poll() and select() on some platforms.
http://archives.postgresql.org/pgsql-hackers/2008-12/msg00438.php

- Add new feature which transfers all WAL records via the direct connection between the primary and the standby. In
otherwords, get rid of file-based log shipping part from the patch.
http://archives.postgresql.org/message-id/496B9495.4010902@enterprisedb.com

Regards,

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


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

Предыдущее
От: "Tao Ma"
Дата:
Сообщение: Re: question about the design consideration for system catalogs
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Sync replication tests