vacuum_cost_limit has a minimum value of 1, not zero; update

postgresql.conf comment to match.
This commit is contained in:
Bruce Momjian 2008-01-10 02:50:01 +00:00
parent a9742f123c
commit 77015b59aa

View File

@ -134,7 +134,7 @@
#vacuum_cost_page_hit = 1 # 0-10000 credits
#vacuum_cost_page_miss = 10 # 0-10000 credits
#vacuum_cost_page_dirty = 20 # 0-10000 credits
#vacuum_cost_limit = 200 # 0-10000 credits
#vacuum_cost_limit = 200 # 1-10000 credits
# - Background Writer -