pgsql: doc: Fix description about bgwriter and checkpoint in HA section

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description about bgwriter and checkpoint in HA section
Date: 2020-08-17 01:28:23
Message-ID: E1k7Twl-0003YU-Il@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix description about bgwriter and checkpoint in HA section

Since 806a2ae, the work of the bgwriter is split the checkpointer, but a
portion of the documentation did not get the message.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CA+fd4k6jXxjAtjMVC=wG3=QGpauZBtcgN3Jhw+oV7zXGKVLKzQ@mail.gmail.com
Backpatch-through: 9.5

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7aa0cae752330cbd113df5b059ba95b82a87ecae

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-08-17 07:14:04 pgsql: Fix printing last progress report line in client programs.
Previous Message Andres Freund 2020-08-16 21:26:09 pgsql: Fix use of wrong index in ComputeXidHorizons().