pgsql: Correct the descriptions of recovery-related wait events in docs

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct the descriptions of recovery-related wait events in docs
Date: 2020-03-18 14:10:54
Message-ID: E1jEZPK-0007fC-QR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct the descriptions of recovery-related wait events in docs.

This commit corrects the descriptions of RecoveryWalAll and RecoveryWalStream
wait events in the documentation.

Back-patch to v10 where those wait events were added.

Author: Fujii Masao
Reviewed-by: Kyotaro Horiguchi, Atsushi Torikoshi
Discussion: https://postgr.es/m/124997ee-096a-5d09-d8da-2c7a57d0816e@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbe0d9892c338a475c0e791a5e77cff798216d29

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-18 15:04:54 pgsql: Doc: remove reference to nonexisting GUC from 9.5 release notes.
Previous Message Fujii Masao 2020-03-18 14:10:38 pgsql: Correct the descriptions of recovery-related wait events in docs