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

Commit44e977d

Browse files
committed
doc: Fix ordering of entries in wait event table for I/O type
Issue spotted while reviewing a different patch touching this area.Discussion:https://postgr.es/m/ZGM1U5D5EuBUbasi@paquier.xyz
1 parentc91f356 commit44e977d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,14 +1284,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12841284
<entry><literal>BufFileRead</literal></entry>
12851285
<entry>Waiting for a read from a buffered file.</entry>
12861286
</row>
1287-
<row>
1288-
<entry><literal>BufFileWrite</literal></entry>
1289-
<entry>Waiting for a write to a buffered file.</entry>
1290-
</row>
12911287
<row>
12921288
<entry><literal>BufFileTruncate</literal></entry>
12931289
<entry>Waiting for a buffered file to be truncated.</entry>
12941290
</row>
1291+
<row>
1292+
<entry><literal>BufFileWrite</literal></entry>
1293+
<entry>Waiting for a write to a buffered file.</entry>
1294+
</row>
12951295
<row>
12961296
<entry><literal>ControlFileRead</literal></entry>
12971297
<entry>Waiting for a read from the <filename>pg_control</filename>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp