diff options
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 3f33a1c56c9..c95b879f312 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1273,6 +1273,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting for base backup to read from a file.</entry> </row> <row> + <entry><literal>BaseBackupSync</literal></entry> + <entry>Waiting for data written by a base backup to reach durable storage.</entry> + </row> + <row> + <entry><literal>BaseBackupWrite</literal></entry> + <entry>Waiting for base backup to write to a file.</entry> + </row> + <row> <entry><literal>BufFileRead</literal></entry> <entry>Waiting for a read from a buffered file.</entry> </row> |