From 383018fcd67b2a9cbefefa5a12b47b7fe74a59ba Mon Sep 17 00:00:00 2001 From: Laurenz Albe Date: Tue, 20 Oct 2015 16:21:47 +0200 Subject: [PATCH] Move documentation for min_wal_size before max_wal_size --- doc/src/sgml/config.sgml | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5081da0..f2ac3d4 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2417,6 +2417,25 @@ include_dir 'conf.d' Checkpoints + + min_wal_size (integer) + + min_wal_size configuration parameter + + + + + As long as WAL disk usage stays below this setting, old WAL files are + always recycled for future use at a checkpoint, rather than removed. + This can be used to ensure that enough WAL space is reserved to + handle spikes in WAL usage, for example when running large batch + jobs. The default is 80 MB. + This parameter can only be set in the postgresql.conf + file or on the server command line. + + + + max_wal_size (integer) @@ -2494,25 +2513,6 @@ include_dir 'conf.d' - - min_wal_size (integer) - - min_wal_size configuration parameter - - - - - As long as WAL disk usage stays below this setting, old WAL files are - always recycled for future use at a checkpoint, rather than removed. - This can be used to ensure that enough WAL space is reserved to - handle spikes in WAL usage, for example when running large batch - jobs. The default is 80 MB. - This parameter can only be set in the postgresql.conf - file or on the server command line. - - - - -- 1.7.1