Re: Fix an old description in high-availability.sgml
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-08-14T08:15:20Z
Lists: pgsql-hackers
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 activities. > > I think this is an oversight of the commit 806a2ae in 2011; the > checkpointer process started to be responsible for creating > checkpoints. Good catch it is. Your phrasing looks good to me. -- Michael
Commits
-
doc: Fix description about bgwriter and checkpoint in HA section
- 5dd3a3344961 9.5.24 landed
- 5b39f772e2c1 9.6.20 landed
- 812b2165b0c5 10.15 landed
- 7aa0cae75233 11.10 landed
- 29bd2cbe36bd 12.5 landed
- 3424c6bef0b8 13.0 landed
- b4f16397af46 14.0 landed
-
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
- 806a2aee3791 9.2.0 cited