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:09:51
Message-ID: E1jEZOJ-0007cm-9F@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
------
REL_10_STABLE

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

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 Fujii Masao 2020-03-18 14:10:03 pgsql: Correct the descriptions of recovery-related wait events in docs
Previous Message Peter Eisentraut 2020-03-18 13:54:50 pgsql: doc: Update documentation about reg* types