@@ -2303,8 +2303,8 @@ include_dir 'conf.d'
2303
2303
</term>
2304
2304
<listitem>
2305
2305
<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.
2308
2308
</para>
2309
2309
</listitem>
2310
2310
</varlistentry>
@@ -2364,7 +2364,7 @@ include_dir 'conf.d'
2364
2364
<varname>bgwriter_delay</varname>.
2365
2365
If this value is specified without units, it is taken as milliseconds.
2366
2366
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
2368
2368
effective resolution of sleep delays is 10 milliseconds; setting
2369
2369
<varname>bgwriter_delay</varname> to a value that is not a multiple of 10
2370
2370
might have the same results as setting it to the next higher multiple
@@ -3258,7 +3258,7 @@ include_dir 'conf.d'
3258
3258
flushed to disk.
3259
3259
If this value is specified without units, it is taken as milliseconds.
3260
3260
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
3262
3262
milliseconds; setting <varname>wal_writer_delay</varname> to a value that is
3263
3263
not a multiple of 10 might have the same results as setting it to the
3264
3264
next higher multiple of 10. This parameter can only be set in the
0 commit comments