@@ -1903,7 +1903,7 @@ include_dir 'conf.d'
1903
1903
cache, where performance might degrade. This setting may have no
1904
1904
effect on some platforms. The valid range is between
1905
1905
<literal>0</literal>, which disables controlled writeback, and
1906
- <literal>2MB</literal>. The default is <literal>512Kb </> on Linux,
1906
+ <literal>2MB</literal>. The default is <literal>512kB </> on Linux,
1907
1907
<literal>0</> elsewhere. (Non-default values of
1908
1908
<symbol>BLCKSZ</symbol> change the default and maximum.)
1909
1909
This parameter can only be set in the <filename>postgresql.conf</>
@@ -2660,7 +2660,7 @@ include_dir 'conf.d'
2660
2660
than the OS's page cache, where performance might degrade. This
2661
2661
setting may have no effect on some platforms. The valid range is
2662
2662
between <literal>0</literal>, which disables controlled writeback,
2663
- and <literal>2MB</literal>. The default is <literal>256Kb </> on
2663
+ and <literal>2MB</literal>. The default is <literal>256kB </> on
2664
2664
Linux, <literal>0</> elsewhere. (Non-default values of
2665
2665
<symbol>BLCKSZ</symbol> change the default and maximum.)
2666
2666
This parameter can only be set in the <filename>postgresql.conf</>
@@ -2702,7 +2702,7 @@ include_dir 'conf.d'
2702
2702
checkpoints. This is a soft limit; WAL size can exceed
2703
2703
<varname>max_wal_size</> under special circumstances, like
2704
2704
under heavy load, a failing <varname>archive_command</>, or a high
2705
- <varname>wal_keep_segments</> setting. The default is 1 GB .
2705
+ <varname>wal_keep_segments</> setting. The default is 1GB .
2706
2706
Increasing this parameter can increase the amount of time needed for
2707
2707
crash recovery.
2708
2708
This parameter can only be set in the <filename>postgresql.conf</>
@@ -2723,7 +2723,7 @@ include_dir 'conf.d'
2723
2723
always recycled for future use at a checkpoint, rather than removed.
2724
2724
This can be used to ensure that enough WAL space is reserved to
2725
2725
handle spikes in WAL usage, for example when running large batch
2726
- jobs. The default is 80 MB .
2726
+ jobs. The default is 80MB .
2727
2727
This parameter can only be set in the <filename>postgresql.conf</>
2728
2728
file or on the server command line.
2729
2729
</para>
0 commit comments