Revision 10830
Added by Aaron Marcuse-Kubitza over 11 years ago
postgresql.conf | ||
---|---|---|
402 | 402 |
|
403 | 403 |
#autovacuum = on # Enable autovacuum subprocess? 'on' |
404 | 404 |
# requires track_counts to also be on. |
405 |
#log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and
|
|
405 |
log_autovacuum_min_duration = 0 # -1 disables, 0 logs all actions and
|
|
406 | 406 |
# their durations, > 0 logs only |
407 | 407 |
# actions running at least this number |
408 | 408 |
# of milliseconds. |
Also available in: Unified diff
fix: schemas/postgresql*.conf: turn on autovacuum logging (log_autovacuum_min_duration = 0) so we can verify if autovacuum is happening