Re: Synchronous standbys? - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: Synchronous standbys?
Date
Msg-id AANLkTinQ753p1L0SVuufCvVBxmYUd927opxpQepudawM@mail.gmail.com
Whole thread Raw
In response to Synchronous standbys?  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: Synchronous standbys?  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List 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 by date:

Previous
From: Radosław Smogura
Date:
Subject: Re: Binary in/out for aclitem
Next
From: "Kevin Grittner"
Date:
Subject: Re: How to extract a value from a record using attnum or attname?