Skip to content

Commit f4efb46

Browse files
committed
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
1 parent 569f935 commit f4efb46

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,11 +1198,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
11981198
</row>
11991199
<row>
12001200
<entry><literal>RecoveryWalAll</></entry>
1201-
<entry>Waiting for WAL from any kind of source (local, archive or stream) at recovery.</entry>
1201+
<entry>Waiting for WAL from a stream at recovery.</entry>
12021202
</row>
12031203
<row>
12041204
<entry><literal>RecoveryWalStream</></entry>
1205-
<entry>Waiting for WAL from a stream at recovery.</entry>
1205+
<entry>
1206+
Waiting when WAL data is not available from any kind of sources
1207+
(local, archive or stream) before trying again to retrieve WAL data,
1208+
at recovery.
1209+
</entry>
12061210
</row>
12071211
<row>
12081212
<entry><literal>SysLoggerMain</></entry>

0 commit comments

Comments
 (0)