File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.5 2009/05/14 21:01:49 heikki Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.6 2009/05/14 22:17:28 tgl Exp $ -->
22<!-- See header comment in release.sgml about typical markup -->
33
44 <sect1 id="release-8-4">
55 <title>Release 8.4</title>
66
77 <note>
88 <title>Release date</title>
9- <simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-11 </simpara>
9+ <simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-14 </simpara>
1010 </note>
1111
1212 <sect2>
422422 </para>
423423 </listitem>
424424
425+ <listitem>
426+ <para>
427+ Rewrite memory management for <application>libxml</>-using functions
428+ (Tom)
429+ </para>
430+
431+ <para>
432+ This change should avoid some compatibility problems with use of
433+ <application>libxml</> in PL/Perl and other add-on code.
434+ </para>
435+ </listitem>
436+
425437 <listitem>
426438 <para>
427439 Adopt a faster algorithm for hash functions (Kenneth Marshall,
33243336 </para>
33253337
33263338 <para>
3327- To make this safe, you now need to set the new
3328- <literal>recovery_end_command</> option in <filename>recovery.conf</> to
3329- clean up the trigger fail after failover.
3339+ To make this work safely, you now need to set the new
3340+ <literal>recovery_end_command</> option in <filename>recovery.conf</>
3341+ to clean up the trigger file after failover. <application>pg_standby</>
3342+ will no longer remove the trigger file itself.
33303343 </para>
33313344 </listitem>
33323345
You can’t perform that action at this time.
0 commit comments