Revision 10830
Added by Aaron Marcuse-Kubitza over 11 years ago
postgresql.Mac.conf | ||
---|---|---|
445 | 445 |
|
446 | 446 |
#autovacuum = on # Enable autovacuum subprocess? 'on' |
447 | 447 |
# requires track_counts to also be on. |
448 |
#log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and
|
|
448 |
log_autovacuum_min_duration = 0 # -1 disables, 0 logs all actions and
|
|
449 | 449 |
# their durations, > 0 logs only |
450 | 450 |
# actions running at least this number |
451 | 451 |
# 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