We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ceac5 commit 4b1ad19Copy full SHA for 4b1ad19
doc/src/sgml/monitoring.sgml
@@ -1272,6 +1272,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
1272
<entry><literal>BaseBackupRead</literal></entry>
1273
<entry>Waiting for base backup to read from a file.</entry>
1274
</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
1280
+ <entry><literal>BaseBackupWrite</literal></entry>
1281
+ <entry>Waiting for base backup to write to a file.</entry>
1282
1283
<row>
1284
<entry><literal>BufFileRead</literal></entry>
1285
<entry>Waiting for a read from a buffered file.</entry>
0 commit comments