Re: Synchronous replication - patch status inquiry

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Synchronous replication - patch status inquiry
Дата
Msg-id AANLkTimjmaMJH4x6kiv-8e8ZpssuSROL8-ewH1Cx7+eA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Synchronous replication - patch status inquiry  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On Fri, Sep 10, 2010 at 11:52 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> The attached patch implements the above and simple synchronous replication
> feature, which doesn't include quorum commit capability. The replication
> mode (async, recv, fsync, replay) can be specified on a per-standby basis,
> in standbys.conf.
>
> The patch still uses a poll loop in the backend, walsender, startup process
> and walreceiver. If a latch feature Heikki proposed will have been committed,
> I'll replace that with a latch.
>
> The documentation has not fully updated yet. I'll work on the document until
> the deadline of the next CF.

BTW, the latest code is available in my git repository too:
  git://git.postgresql.org/git/users/fujii/postgres.git  branch: synchrep

Regards,

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


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Synchronous replication - patch status inquiry
Следующее
От: Tom Lane
Дата:
Сообщение: Re: git: uh-oh