Re: [HACKERS] After switching primary server while using replication slot.

2014-08-27 Thread Fujii Masao
On Fri, Aug 22, 2014 at 11:29 PM, Andres Freund wrote: > Hi, > > On 2014-08-20 13:14:30 -0400, Robert Haas wrote: >> On Tue, Aug 19, 2014 at 6:25 AM, Fujii Masao wrote: >> > On Mon, Aug 18, 2014 at 11:16 PM, Sawada Masahiko >> > wrote: >> >> Hi all, >> >> After switching primary serer while usi

Re: [HACKERS] After switching primary server while using replication slot.

2014-08-22 Thread Andres Freund
Hi, On 2014-08-20 13:14:30 -0400, Robert Haas wrote: > On Tue, Aug 19, 2014 at 6:25 AM, Fujii Masao wrote: > > On Mon, Aug 18, 2014 at 11:16 PM, Sawada Masahiko > > wrote: > >> Hi all, > >> After switching primary serer while using repliaction slot, the > >> standby server will not able to conn

Re: [HACKERS] After switching primary server while using replication slot.

2014-08-20 Thread Robert Haas
On Tue, Aug 19, 2014 at 6:25 AM, Fujii Masao wrote: > On Mon, Aug 18, 2014 at 11:16 PM, Sawada Masahiko > wrote: >> Hi all, >> After switching primary serer while using repliaction slot, the >> standby server will not able to connect new primary server. >> Imagine this situation, if primary serv

Re: [HACKERS] After switching primary server while using replication slot.

2014-08-19 Thread Fujii Masao
On Mon, Aug 18, 2014 at 11:16 PM, Sawada Masahiko wrote: > Hi all, > > After switching primary serer while using repliaction slot, the > standby server will not able to connect new primary server. > Imagine this situation, if primary server has two ASYNC standby > servers, also use each replicatio

[HACKERS] After switching primary server while using replication slot.

2014-08-18 Thread Sawada Masahiko
Hi all, After switching primary serer while using repliaction slot, the standby server will not able to connect new primary server. Imagine this situation, if primary server has two ASYNC standby servers, also use each replication slots. And the one standby(A) apply WAL without problems. But anoth