From: Bruce Momjian Date: Tue, 15 Oct 2013 14:34:04 +0000 (-0400) Subject: docs: correct 9.1 and 9.2 release note mention of timeline switch fix X-Git-Tag: REL9_1_11~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38ee3c55a7403d3c33a28a61b63e94590515912b;p=postgresql docs: correct 9.1 and 9.2 release note mention of timeline switch fix Backpatch through 9.1. KONDO Mitsumasa --- diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 93abc3c521..051ab69d0a 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -179,8 +179,13 @@ - Improve WAL segment timeline handling during recovery (Heikki - Linnakangas) + Fix WAL segment timeline handling during recovery (Mitsumasa Kondo, + Heikki Linnakangas) + + + + WAL file recycling during standby recovery could lead to premature + recovery completion, resulting in data loss.