Skip to content

Commit 21b1cb6

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 e378241 commit 21b1cb6

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
@@ -1249,11 +1249,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12491249
</row>
12501250
<row>
12511251
<entry><literal>RecoveryWalAll</literal></entry>
1252-
<entry>Waiting for WAL from any kind of source (local, archive or stream) at recovery.</entry>
1252+
<entry>Waiting for WAL from a stream at recovery.</entry>
12531253
</row>
12541254
<row>
12551255
<entry><literal>RecoveryWalStream</literal></entry>
1256-
<entry>Waiting for WAL from a stream at recovery.</entry>
1256+
<entry>
1257+
Waiting when WAL data is not available from any kind of sources
1258+
(local, archive or stream) before trying again to retrieve WAL data,
1259+
at recovery.
1260+
</entry>
12571261
</row>
12581262
<row>
12591263
<entry><literal>SysLoggerMain</literal></entry>

0 commit comments

Comments
 (0)