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

Commit3af101c

Browse files
committed
doc: vacuum_cost_limit controls when vacuum_cost_delay happens
Mention this relationship.Reported-by: Martín MarquésDiscussion:https://postgr.es/m/CABeG9LtsAVP4waKngUYo-HAiiowcb8xEjQvDDfhX_nFi5SJ4jw@mail.gmail.comAuthor: Martín MarquésBackpatch-through: master
1 parentafc3b01 commit3af101c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,8 +2303,8 @@ include_dir 'conf.d'
23032303
</term>
23042304
<listitem>
23052305
<para>
2306-
Theaccumulated cost that will cause the vacuuming process to sleep.
2307-
The default value is 200.
2306+
This is theaccumulated cost that will cause the vacuuming process to sleep
2307+
for <varname>vacuum_cost_delay</varname>.The default is 200.
23082308
</para>
23092309
</listitem>
23102310
</varlistentry>
@@ -2364,7 +2364,7 @@ include_dir 'conf.d'
23642364
<varname>bgwriter_delay</varname>.
23652365
If this value is specified without units, it is taken as milliseconds.
23662366
The default value is 200
2367-
milliseconds (<literal>200ms</literal>). Note that onmany systems, the
2367+
milliseconds (<literal>200ms</literal>). Note that onsome systems, the
23682368
effective resolution of sleep delays is 10 milliseconds; setting
23692369
<varname>bgwriter_delay</varname> to a value that is not a multiple of 10
23702370
might have the same results as setting it to the next higher multiple
@@ -3258,7 +3258,7 @@ include_dir 'conf.d'
32583258
flushed to disk.
32593259
If this value is specified without units, it is taken as milliseconds.
32603260
The default value is 200 milliseconds (<literal>200ms</literal>). Note that
3261-
onmany systems, the effective resolution of sleep delays is 10
3261+
onsome systems, the effective resolution of sleep delays is 10
32623262
milliseconds; setting <varname>wal_writer_delay</varname> to a value that is
32633263
not a multiple of 10 might have the same results as setting it to the
32643264
next higher multiple of 10. This parameter can only be set in the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp