Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 128fd0a

Browse files
committed
doc: Mention the rename of wal_keep_segments GUC in release note.
Commit f5dff45 renamed wal_keep_segments to wal_keep_size. This commit adds the mention to this change in the release note. Author: Fujii Masao Reviewed-by: David Steele Discussion: https://postgr.es/m/dc4768f2-1eff-d2fc-35ba-6b2985b7cb6c@oss.nttdata.com
1 parent cebe10a commit 128fd0a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,28 @@ Author: Fujii Masao <fujii@postgresql.org>
209209

210210
<listitem>
211211
<!--
212+
Author: Fujii Masao <fujii@postgresql.org>
213+
2020-07-20 [f5dff45962] Rename wal_keep_segments to wal_keep_size.
214+
-->
215+
216+
<para>
217+
Rename configuration parameter <varname>wal_keep_segments</varname>
218+
to <xref linkend="guc-wal-keep-size"/> (Fujii Masao)
219+
</para>
220+
221+
<para>
222+
This determines how much WAL to retain for the standby server,
223+
specified in megabytes rather than number of files. If you
224+
previously used <varname>wal_keep_segments</varname>,
225+
the following formula will give you an approximately equivalent setting:
226+
<programlisting>
227+
wal_keep_size = wal_keep_segments * wal_segment_size (typically 16MB)
228+
</programlisting>
229+
</para>
230+
</listitem>
231+
232+
<listitem>
233+
<!--
212234
Author: Tom Lane <tgl@sss.pgh.pa.us>
213235
2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
214236
-->

0 commit comments

Comments
 (0)