diff options
author | Robert Haas <rhaas@postgresql.org> | 2023-04-12 11:18:40 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2023-04-12 11:27:32 -0400 |
commit | 749320cdc3fd747b9238d4e67a7521973c03fa27 (patch) | |
tree | c75dcd80f9a3d7baf08049e1cc17da3a57d9bc03 | |
parent | f4badbcf4540d3f15de0e36fabca3ab05b20b922 (diff) | |
download | postgresql-749320cdc3fd747b9238d4e67a7521973c03fa27.tar.gz postgresql-749320cdc3fd747b9238d4e67a7521973c03fa27.zip |
Document BaseBackupSync and BaseBackupWrite wait events.
Commit 3500ccc39b0dadd1068a03938e4b8ff562587ccc should have done
this, but I overlooked it.
Per complaint from Thomas Munro.
Discussion: http://postgr.es/m/CA+hUKGJixAHc860Ej9Qzd_z96Z6aoajAgJ18bYfV3Lfn6t9=+Q@mail.gmail.com
-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 33945297d7d..c72ad60fa0e 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1252,6 +1252,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> |