diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 22363a186b..c3698c1401 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -209,6 +209,28 @@ Author: Fujii Masao + + + Rename configuration parameter wal_keep_segments + to (Fujii Masao) + + + + This allows how much WAL files to retain for the standby server, + to be specified by bytes instead of the number of files. If you + previously used wal_keep_segments, + the following formula will give you an approximately equivalent setting: + +wal_keep_size = wal_keep_segments * wal_segment_size (typically 16MB) + + + + + +