aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-10-15 10:34:05 -0400
committerBruce Momjian <bruce@momjian.us>2013-10-15 10:34:05 -0400
commitf918c52f65aa28fb8c00d3f7078ff7b4788929dc (patch)
treec4660b61d3f2fb7c2ba8fa78a0b922cf5ed0b5aa
parente5158613676d940cf71ecfb5c73ac933746ac847 (diff)
downloadpostgresql-f918c52f65aa28fb8c00d3f7078ff7b4788929dc.tar.gz
postgresql-f918c52f65aa28fb8c00d3f7078ff7b4788929dc.zip
docs: correct 9.1 and 9.2 release note mention of timeline switch fix
Backpatch through 9.1. KONDO Mitsumasa
-rw-r--r--doc/src/sgml/release-9.1.sgml9
-rw-r--r--doc/src/sgml/release-9.2.sgml9
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 93abc3c5218..051ab69d0a0 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -179,8 +179,13 @@
<listitem>
<para>
- Improve WAL segment timeline handling during recovery (Heikki
- Linnakangas)
+ Fix WAL segment timeline handling during recovery (Mitsumasa Kondo,
+ Heikki Linnakangas)
+ </para>
+
+ <para>
+ WAL file recycling during standby recovery could lead to premature
+ recovery completion, resulting in data loss.
</para>
</listitem>
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index 54e4b4d0efa..07968f0d38c 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -216,8 +216,13 @@
<listitem>
<para>
- Improve WAL segment timeline handling during recovery (Heikki
- Linnakangas)
+ Fix WAL segment timeline handling during recovery (Mitsumasa Kondo,
+ Heikki Linnakangas)
+ </para>
+
+ <para>
+ WAL file recycling during standby recovery could lead to premature
+ recovery completion, resulting in data loss.
</para>
</listitem>