Re: [HACKERS] make async slave to wait for lsn to be replayed

2024-08-02 Thread Kevin Hale Boyes
I noticed the commit and had a question and a comment. There is a small problem in func.sgml in the sentence "After that the changes made of primary". Should be "on primary". In the for loop in WaitForLSNReplay, shouldn't the check for in-recovery be moved up above the call to GetXLogReplayRecPtr

Re: Connection slots reserved for replication

2019-02-11 Thread Kevin Hale Boyes
On Mon, 11 Feb 2019 at 18:39, Michael Paquier wrote: > And done. Michael, I think there's a small problem with the commit. The position of xlrec.max_wal_senders (line 117) should be below max_worker_processes. 112