]> granicus.if.org Git - postgresql/commitdiff
vacuum_cost_limit has a minimum value of 1, not zero; update
authorBruce Momjian <bruce@momjian.us>
Thu, 10 Jan 2008 02:50:01 +0000 (02:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 Jan 2008 02:50:01 +0000 (02:50 +0000)
postgresql.conf comment to match.

src/backend/utils/misc/postgresql.conf.sample

index 8907a5f7d42b3e10e7905519777a1ad5cecfb548..022ffe57ae859cc258a68d211bcb5ae632e07731 100644 (file)
 #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 -