1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

docs: correct 9.1 and 9.2 release note mention of timeline switch fix

Backpatch through 9.1.

KONDO Mitsumasa
This commit is contained in:
Bruce Momjian 2013-10-15 10:34:05 -04:00
parent e515861367
commit f918c52f65
2 changed files with 14 additions and 4 deletions

View File

@ -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>

View File

@ -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>