Re: Fix an old description in high-availability.sgml

2020-08-16 Thread Masahiko Sawada
On Mon, 17 Aug 2020 at 10:32, Michael Paquier wrote: > > On Fri, Aug 14, 2020 at 05:15:20PM +0900, Michael Paquier wrote: > > Good catch it is. Your phrasing looks good to me. > > Fixed as b4f1639. Thanks. Thank you! Regards, -- Masahiko Sawadahttp://www.2ndQuadrant.com/ PostgreS

Re: Fix an old description in high-availability.sgml

2020-08-16 Thread Michael Paquier
On Fri, Aug 14, 2020 at 05:15:20PM +0900, Michael Paquier wrote: > Good catch it is. Your phrasing looks good to me. Fixed as b4f1639. Thanks. -- Michael signature.asc Description: PGP signature

Re: Fix an old description in high-availability.sgml

2020-08-14 Thread Michael Paquier
On Fri, Aug 14, 2020 at 04:53:54PM +0900, Masahiko Sawada wrote: > The following sentence in high-availability.sgml is not true: > > The background writer is active during recovery and will perform > restartpoints (similar to checkpoints on the primary) and normal block > cleaning acti

Fix an old description in high-availability.sgml

2020-08-14 Thread Masahiko Sawada
Hi, The following sentence in high-availability.sgml is not true: The background writer is active during recovery and will perform restartpoints (similar to checkpoints on the primary) and normal block cleaning activities. I think this is an oversight of the commit 806a2ae in 2011; t