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

Commit 83fbfec

Browse files
committed
Document that log_autovacuum_min_duration can be used to monitor
autovacuum activity. Per report from Marc Mamin
1 parent 77387f0 commit 83fbfec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/maintenance.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
632632
<varname>autovacuum_max_workers</> databases to be processed,
633633
the next database will be processed as soon as the first worker finishes.
634634
Each worker process will check each table within its database and
635-
execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
635+
execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
636+
<varname>log_autovacuum_min_duration</varname> can be used to monitor
637+
autovacuum activity.
636638
</para>
637639

638640
<para>

0 commit comments

Comments
 (0)