Update release notes to today.
authorTom Lane
Thu, 14 May 2009 22:17:28 +0000 (22:17 +0000)
committerTom Lane
Thu, 14 May 2009 22:17:28 +0000 (22:17 +0000)
doc/src/sgml/release-8.4.sgml

index f6fa682ebecf844c12c852630401a62d24ff4660..c7c22fe856fa42d1eb79d7ad4e2e9a9937032d69 100644 (file)
@@ -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
   
 
   
       
      
 
+     
+      
+       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,
       
 
       
-       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.