Skip to content

Commit 44b5c76

Browse files
michaelpqpull[bot]
authored andcommitted
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 parent 7791f3a commit 44b5c76

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)