Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77015b5

Browse files
committed
vacuum_cost_limit has a minimum value of 1, not zero; update
postgresql.conf comment to match.
1 parenta9742f1 commit77015b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
#vacuum_cost_page_hit = 1# 0-10000 credits
135135
#vacuum_cost_page_miss = 10# 0-10000 credits
136136
#vacuum_cost_page_dirty = 20# 0-10000 credits
137-
#vacuum_cost_limit = 200#0-10000 credits
137+
#vacuum_cost_limit = 200#1-10000 credits
138138

139139
# - Background Writer -
140140

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp