From: Heikki Linnakangas Date: Thu, 14 May 2009 21:01:49 +0000 (+0000) Subject: Add a note to release notes about the smart failover mode in pg_standby. X-Git-Tag: REL8_4_BETA2~6 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b3aac077c33e420db0d642f575cf10ba400745ed;p=postgresql.git Add a note to release notes about the smart failover mode in pg_standby. --- diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index c280be7cda1..f6fa682ebec 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -1,4 +1,4 @@ - + @@ -3317,6 +3317,19 @@ + + + Make contrib/pg_standby recover all available WAL before + failover (Fujii Masao, Simon, Heikki) + + + + To make this safe, you now need to set the new + recovery_end_command option in recovery.conf to + clean up the trigger fail after failover. + + +