Re: [ADMIN] Sync replication waits for only 1 slave

2011-06-07 Thread Simon Riggs
On Tue, Jun 7, 2011 at 10:33 PM, A J wrote: > Having a master and 2 slaves in synchronous replication mode in 9.1 > The master seems to wait for only one slave to respond before considering > the transaction to be complete. I have done the setting for master to wait > for all the slaves to finish

[ADMIN] Sync replication waits for only 1 slave

2011-06-07 Thread A J
Hello Having a master and 2 slaves in synchronous replication mode in 9.1 The master seems to wait for only one slave to respond before considering the transaction to be complete. I have done the setting for master to wait for all the slaves to finish: synchronous_standby_names = '*' I even tri