From 1b6f549de5e2fa729e2291e28c7d31d539179b80 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Thu, 14 May 2009 22:17:28 +0000
Subject: [PATCH] Update release notes to today.

---
 doc/src/sgml/release-8.4.sgml | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml
index f6fa682ebec..c7c22fe856f 100644
--- a/doc/src/sgml/release-8.4.sgml
+++ b/doc/src/sgml/release-8.4.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.5 2009/05/14 21:01:49 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.6 2009/05/14 22:17:28 tgl Exp $ -->
 <!-- See header comment in release.sgml about typical markup -->
 
  <sect1 id="release-8-4">
@@ -6,7 +6,7 @@
 
   <note>
    <title>Release date</title>
-   <simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-11</simpara>
+   <simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-14</simpara>
   </note>
 
   <sect2>
@@ -422,6 +422,18 @@
       </para>
      </listitem>
 
+     <listitem>
+      <para>
+       Rewrite memory management for <application>libxml</>-using functions
+       (Tom)
+      </para>
+
+      <para>
+       This change should avoid some compatibility problems with use of
+       <application>libxml</> in PL/Perl and other add-on code.
+      </para>
+     </listitem>
+
      <listitem>
       <para>
        Adopt a faster algorithm for hash functions (Kenneth Marshall,
@@ -3324,9 +3336,10 @@
       </para>
 
       <para>
-       To make this safe, you now need to set the new
-       <literal>recovery_end_command</> option in <filename>recovery.conf</> to
-       clean up the trigger fail after failover.
+       To make this work safely, you now need to set the new
+       <literal>recovery_end_command</> option in <filename>recovery.conf</>
+       to clean up the trigger file after failover. <application>pg_standby</>
+       will no longer remove the trigger file itself.
       </para>
      </listitem>
 
-- 
GitLab