diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index f6fa682ebe..c7c22fe856 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Release date - 2009-??-??, ITEMS CURRENT AS OF 2009-05-11 + 2009-??-??, ITEMS CURRENT AS OF 2009-05-14 @@ -422,6 +422,18 @@ + + + Rewrite memory management for libxml-using functions + (Tom) + + + + This change should avoid some compatibility problems with use of + libxml in PL/Perl and other add-on code. + + + Adopt a faster algorithm for hash functions (Kenneth Marshall, @@ -3324,9 +3336,10 @@ - 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. + To make this work safely, you now need to set the new + recovery_end_command option in recovery.conf + to clean up the trigger file after failover. pg_standby + will no longer remove the trigger file itself.