diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-05-14 22:17:28 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-05-14 22:17:28 +0000 |
commit | 1b6f549de5e2fa729e2291e28c7d31d539179b80 (patch) | |
tree | bbdf904d4e95f01731047e8776a9e74814e8fc80 | |
parent | a6df05356e7645422d3328b86f7e48f658538b5f (diff) | |
download | postgresql-1b6f549de5e2fa729e2291e28c7d31d539179b80.tar.gz postgresql-1b6f549de5e2fa729e2291e28c7d31d539179b80.zip |
Update release notes to today.
-rw-r--r-- | doc/src/sgml/release-8.4.sgml | 23 |
1 files 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> @@ -424,6 +424,18 @@ <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, based on work of Bob Jenkins) </para> @@ -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> |