Re: Query regarding replication slots

2022-01-11 Thread Julien Rouhaud
On Tue, Jan 11, 2022 at 04:48:59PM +0530, RKN Sai Krishna wrote: > Hi All, > > I have a very basic question related to replication slots. Why should > the master/primary server maintain the replication slot info like lsn > corresponding to each standby server etc. Instead, why can't each > standby

Query regarding replication slots

2022-01-11 Thread RKN Sai Krishna
Hi All, I have a very basic question related to replication slots. Why should the master/primary server maintain the replication slot info like lsn corresponding to each standby server etc. Instead, why can't each standby server send the lsn that it needs, and master/primary server maintain the mi