1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Enable autovacuum in the default configuration, per discussion.

This commit is contained in:
Alvaro Herrera
2007-01-16 18:26:02 +00:00
parent eb63cc3da8
commit 10a5e3348e
4 changed files with 12 additions and 9 deletions

View File

@ -349,7 +349,7 @@
#stats_start_collector = on # needed for block or row stats
# (change requires restart)
#stats_block_level = off
#stats_row_level = off
#stats_row_level = on
#stats_reset_on_server_start = off # (change requires restart)
@ -365,7 +365,7 @@
# AUTOVACUUM PARAMETERS
#---------------------------------------------------------------------------
#autovacuum = off # enable autovacuum subprocess?
#autovacuum = on # enable autovacuum subprocess?
# 'on' requires stats_start_collector
# and stats_row_level to also be on
#autovacuum_naptime = 1min # time between autovacuum runs