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

postgresql.conf comment to match.
REL8_3_STABLE
Bruce Momjian 18 years ago
parent a9742f123c
commit 77015b59aa
  1. 2
      src/backend/utils/misc/postgresql.conf.sample

@ -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 -

Loading…
Cancel
Save