pgsql: doc: Fix description about bgwriter and checkpoint in HA section - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix description about bgwriter and checkpoint in HA section
Date
Msg-id E1k7Twl-0003YY-JC@gemulon.postgresql.org
Whole thread Raw
List 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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/812b2165b0c533999398dfc9c35298c43ef6030a

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix use of wrong index in ComputeXidHorizons().
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix printing last progress report line in client programs.