@@ -1903,7 +1903,7 @@ include_dir 'conf.d'
19031903 cache, where performance might degrade. This setting may have no
19041904 effect on some platforms. The valid range is between
19051905 <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,
19071907 <literal>0</> elsewhere. (Non-default values of
19081908 <symbol>BLCKSZ</symbol> change the default and maximum.)
19091909 This parameter can only be set in the <filename>postgresql.conf</>
@@ -2660,7 +2660,7 @@ include_dir 'conf.d'
26602660 than the OS's page cache, where performance might degrade. This
26612661 setting may have no effect on some platforms. The valid range is
26622662 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
26642664 Linux, <literal>0</> elsewhere. (Non-default values of
26652665 <symbol>BLCKSZ</symbol> change the default and maximum.)
26662666 This parameter can only be set in the <filename>postgresql.conf</>
@@ -2702,7 +2702,7 @@ include_dir 'conf.d'
27022702 checkpoints. This is a soft limit; WAL size can exceed
27032703 <varname>max_wal_size</> under special circumstances, like
27042704 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 .
27062706 Increasing this parameter can increase the amount of time needed for
27072707 crash recovery.
27082708 This parameter can only be set in the <filename>postgresql.conf</>
@@ -2723,7 +2723,7 @@ include_dir 'conf.d'
27232723 always recycled for future use at a checkpoint, rather than removed.
27242724 This can be used to ensure that enough WAL space is reserved to
27252725 handle spikes in WAL usage, for example when running large batch
2726- jobs. The default is 80 MB .
2726+ jobs. The default is 80MB .
27272727 This parameter can only be set in the <filename>postgresql.conf</>
27282728 file or on the server command line.
27292729 </para>
0 commit comments