|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.5 2009/05/1421:01:49 heikki Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.6 2009/05/1422:17:28 tgl Exp $ --> |
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
3 | 3 |
|
4 | 4 | <sect1 id="release-8-4">
|
5 | 5 | <title>Release 8.4</title>
|
6 | 6 |
|
7 | 7 | <note>
|
8 | 8 | <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> |
10 | 10 | </note>
|
11 | 11 |
|
12 | 12 | <sect2>
|
|
422 | 422 | </para>
|
423 | 423 | </listitem>
|
424 | 424 |
|
| 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 | + |
425 | 437 | <listitem>
|
426 | 438 | <para>
|
427 | 439 | Adopt a faster algorithm for hash functions (Kenneth Marshall,
|
|
3324 | 3336 | </para>
|
3325 | 3337 |
|
3326 | 3338 | <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. |
3330 | 3343 | </para>
|
3331 | 3344 | </listitem>
|
3332 | 3345 |
|
|