@@ -2303,8 +2303,8 @@ include_dir 'conf.d'
23032303 </term>
23042304 <listitem>
23052305 <para>
2306- The accumulated cost that will cause the vacuuming process to sleep.
2307- The default value is 200.
2306+ This is the accumulated 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 on many systems, the
2367+ milliseconds (<literal>200ms</literal>). Note that on some 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- on many systems, the effective resolution of sleep delays is 10
3261+ on some 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