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

Commit b3aac07

Browse files
committed
Add a note to release notes about the smart failover mode in pg_standby.
1 parent 9e403c2 commit b3aac07

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/src/sgml/release-8.4.sgml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.4 2009/05/12 23:43:50 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.5 2009/05/14 21:01:49 heikki Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

44
<sect1 id="release-8-4">
@@ -3317,6 +3317,19 @@
33173317
</para>
33183318
</listitem>
33193319

3320+
<listitem>
3321+
<para>
3322+
Make <filename>contrib/pg_standby</> recover all available WAL before
3323+
failover (Fujii Masao, Simon, Heikki)
3324+
</para>
3325+
3326+
<para>
3327+
To make this safe, you now need to set the new
3328+
<literal>recovery_end_command</> option in <filename>recovery.conf</> to
3329+
clean up the trigger fail after failover.
3330+
</para>
3331+
</listitem>
3332+
33203333
</itemizedlist>
33213334

33223335
</sect3>

0 commit comments

Comments
 (0)