doc: Fix ordering of entries in wait event table for I/O type
authorMichael Paquier <[email protected]>
Tue, 16 May 2023 07:51:44 +0000 (16:51 +0900)
committerMichael Paquier <[email protected]>
Tue, 16 May 2023 07:51:44 +0000 (16:51 +0900)
Issue spotted while reviewing a different patch touching this area.

Discussion: https://postgr.es/m/[email protected]

doc/src/sgml/monitoring.sgml

index 99f7f95c393868b354af13a50e6ea256fd7451ed..9842f82091562fb4e91fa8e48d7395e08139ab69 100644 (file)
@@ -1284,14 +1284,14 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       <entry><literal>BufFileRead</literal></entry>
       <entry>Waiting for a read from a buffered file.</entry>
      </row>
-     <row>
-      <entry><literal>BufFileWrite</literal></entry>
-      <entry>Waiting for a write to a buffered file.</entry>
-     </row>
      <row>
       <entry><literal>BufFileTruncate</literal></entry>
       <entry>Waiting for a buffered file to be truncated.</entry>
      </row>
+     <row>
+      <entry><literal>BufFileWrite</literal></entry>
+      <entry>Waiting for a write to a buffered file.</entry>
+     </row>
      <row>
       <entry><literal>ControlFileRead</literal></entry>
       <entry>Waiting for a read from the <filename>pg_control</filename>