pgsql: doc: Mention the rename of wal_keep_segments GUC in release note

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention the rename of wal_keep_segments GUC in release note
Date: 2020-07-28 02:23:42
Message-ID: E1k0FHK-0005jR-CK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention the rename of wal_keep_segments GUC in release note.

Commit f5dff45962 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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/128fd0a65ae54d97896cb6409fbc56d5da6319f1

Modified Files
--------------
doc/src/sgml/release-13.sgml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-07-28 02:46:30 pgsql: Extend the logical decoding output plugin API with stream method
Previous Message Etsuro Fujita 2020-07-28 02:01:50 pgsql: Fix some issues with step generation in partition pruning.