Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbe0d98

Browse files
committed
Correct the descriptions of recovery-related wait events in docs.
This commit corrects the descriptions of RecoveryWalAll and RecoveryWalStreamwait events in the documentation.Back-patch to v10 where those wait events were added.Author: Fujii MasaoReviewed-by: Kyotaro Horiguchi, Atsushi TorikoshiDiscussion:https://postgr.es/m/124997ee-096a-5d09-d8da-2c7a57d0816e@oss.nttdata.com
1 parent8408e3a commitdbe0d98

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
@@ -1278,11 +1278,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12781278
</row>
12791279
<row>
12801280
<entry><literal>RecoveryWalAll</literal></entry>
1281-
<entry>Waiting for WAL fromany kind of source (local, archive orstream) at recovery.</entry>
1281+
<entry>Waiting for WAL fromastream at recovery.</entry>
12821282
</row>
12831283
<row>
12841284
<entry><literal>RecoveryWalStream</literal></entry>
1285-
<entry>Waiting for WAL from a stream at recovery.</entry>
1285+
<entry>
1286+
Waiting when WAL data is not available from any kind of sources
1287+
(local, archive or stream) before trying again to retrieve WAL data,
1288+
at recovery.
1289+
</entry>
12861290
</row>
12871291
<row>
12881292
<entry><literal>SysLoggerMain</literal></entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp