Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4b1ad19

Browse files
committed
Document BaseBackupSync and BaseBackupWrite wait events.
Commit 3500ccc 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
1 parent 88ceac5 commit 4b1ad19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12721272
<entry><literal>BaseBackupRead</literal></entry>
12731273
<entry>Waiting for base backup to read from a file.</entry>
12741274
</row>
1275+
<row>
1276+
<entry><literal>BaseBackupSync</literal></entry>
1277+
<entry>Waiting for data written by a base backup to reach durable storage.</entry>
1278+
</row>
1279+
<row>
1280+
<entry><literal>BaseBackupWrite</literal></entry>
1281+
<entry>Waiting for base backup to write to a file.</entry>
1282+
</row>
12751283
<row>
12761284
<entry><literal>BufFileRead</literal></entry>
12771285
<entry>Waiting for a read from a buffered file.</entry>

0 commit comments

Comments
 (0)