diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index bcaee6eefb6..f2f4b1d13d8 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2398,27 +2398,6 @@ include_dir 'conf.d'
Checkpoints
-
- max_wal_size (integer)
-
- max_wal_size> configuration parameter
-
-
-
-
- Maximum size to let the WAL grow to between automatic WAL
- checkpoints. This is a soft limit; WAL size can exceed
- max_wal_size> under special circumstances, like
- under heavy load, a failing archive_command>, or a high
- wal_keep_segments> setting. The default is 1 GB.
- Increasing this parameter can increase the amount of time needed for
- crash recovery.
- This parameter can only be set in the postgresql.conf>
- file or on the server command line.
-
-
-
-
checkpoint_timeout (integer)
@@ -2475,6 +2454,27 @@ include_dir 'conf.d'
+
+ max_wal_size (integer)
+
+ max_wal_size> configuration parameter
+
+
+
+
+ Maximum size to let the WAL grow to between automatic WAL
+ checkpoints. This is a soft limit; WAL size can exceed
+ max_wal_size> under special circumstances, like
+ under heavy load, a failing archive_command>, or a high
+ wal_keep_segments> setting. The default is 1 GB.
+ Increasing this parameter can increase the amount of time needed for
+ crash recovery.
+ This parameter can only be set in the postgresql.conf>
+ file or on the server command line.
+
+
+
+
min_wal_size (integer)