File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4066,7 +4066,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
4066
4066
<structfield>total_vacuum_time</structfield> <type>double precision</type>
4067
4067
</para>
4068
4068
<para>
4069
- Total time this table has been manually vacuumed, in milliseconds
4069
+ Total time this table has been manually vacuumed, in milliseconds.
4070
+ (This includes the time spent sleeping due to cost-based delays.)
4070
4071
</para></entry>
4071
4072
</row>
4072
4073
@@ -4076,7 +4077,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
4076
4077
</para>
4077
4078
<para>
4078
4079
Total time this table has been vacuumed by the autovacuum daemon,
4079
- in milliseconds
4080
+ in milliseconds. (This includes the time spent sleeping due to
4081
+ cost-based delays.)
4080
4082
</para></entry>
4081
4083
</row>
4082
4084
@@ -4085,7 +4087,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
4085
4087
<structfield>total_analyze_time</structfield> <type>double precision</type>
4086
4088
</para>
4087
4089
<para>
4088
- Total time this table has been manually analyzed, in milliseconds
4090
+ Total time this table has been manually analyzed, in milliseconds.
4091
+ (This includes the time spent sleeping due to cost-based delays.)
4089
4092
</para></entry>
4090
4093
</row>
4091
4094
@@ -4095,7 +4098,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
4095
4098
</para>
4096
4099
<para>
4097
4100
Total time this table has been analyzed by the autovacuum daemon,
4098
- in milliseconds
4101
+ in milliseconds. (This includes the time spent sleeping due to
4102
+ cost-based delays.)
4099
4103
</para></entry>
4100
4104
</row>
4101
4105
</tbody>
You can’t perform that action at this time.
0 commit comments