diff options
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 99f7f95c393..9842f820915 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1285,14 +1285,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <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> file.</entry> |