Re: Synchronous standbys?

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Synchronous standbys?
Дата
Msg-id AANLkTinQ753p1L0SVuufCvVBxmYUd927opxpQepudawM@mail.gmail.com
обсуждение исходный текст
Ответ на Synchronous standbys?  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: Synchronous standbys?  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-hackers
On Wed, Feb 23, 2011 at 3:42 AM, Tatsuo Ishii <ishii@postgresql.org> wrote:
>
> It seems there's only one synchronous standby allowed at the same
> time.
>
> Does anybody know which one is correct?

there could be only one standby at the same time...
in the original patch there could be several synchronous standby
servers and the primary was going to wait until the first one of them
to answer, but that was removed and replaced by a list of possible
synch standby servers and the first that connects is the one the
primary will wait for. because right now it's a simple list the first
one will always be the synch standby until it's removed from the list
or phisically.

the other comment in the doc should be removed

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte y capacitación de PostgreSQL


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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: Binary in/out for aclitem
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: How to extract a value from a record using attnum or attname?