doc: Move documentation of max_wal_size to better position
authorPeter Eisentraut
Tue, 20 Oct 2015 17:33:39 +0000 (13:33 -0400)
committerPeter Eisentraut
Tue, 20 Oct 2015 17:34:11 +0000 (13:34 -0400)
doc/src/sgml/config.sgml

index bcaee6eefb6ab2dca5e1854a93a3b77b5389f82b..f2f4b1d13d8cbbc67d791788e7e705148894b25c 100644 (file)
@@ -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)