mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
vacuum_cost_limit has a minimum value of 1, not zero; update
postgresql.conf comment to match.
This commit is contained in:
@ -134,7 +134,7 @@
|
|||||||
#vacuum_cost_page_hit = 1 # 0-10000 credits
|
#vacuum_cost_page_hit = 1 # 0-10000 credits
|
||||||
#vacuum_cost_page_miss = 10 # 0-10000 credits
|
#vacuum_cost_page_miss = 10 # 0-10000 credits
|
||||||
#vacuum_cost_page_dirty = 20 # 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 -
|
# - Background Writer -
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user