From 2bfd2fe58db88abf86a920fe532b80cf2ea84a7f Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Tue, 20 Oct 2015 13:33:39 -0400
Subject: doc: Move documentation of max_wal_size to better position
---
doc/src/sgml/config.sgml | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
(limited to 'doc/src')
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)
--
cgit v1.2.3