diff options
Diffstat (limited to 'doc/src')
-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 3335d71eba0..1ba813bbb9a 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1587,6 +1587,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser scan to become available.</entry> </row> <row> + <entry><literal>BufferIO</literal></entry> + <entry>Waiting for buffer I/O to complete.</entry> + </row> + <row> <entry><literal>CheckpointDone</literal></entry> <entry>Waiting for a checkpoint to complete.</entry> </row> @@ -1877,10 +1881,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting to access a data page in memory.</entry> </row> <row> - <entry><literal>BufferIO</literal></entry> - <entry>Waiting for I/O on a data page.</entry> - </row> - <row> <entry><literal>BufferMapping</literal></entry> <entry>Waiting to associate a data block with a buffer in the buffer pool.</entry> |