Re: Synchronous standbys? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Synchronous standbys?
Date
Msg-id 20110224.122549.550118873833919206.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: Synchronous standbys?  (Jaime Casanova <jaime@2ndquadrant.com>)
List pgsql-hackers
> 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

Thanks for the info!
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Possible substitute for PostmasterIsAlive polling loops
Next
From: Bruce Momjian
Date:
Subject: Re: WIP: cross column correlation ...