|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.21 2010/05/13 12:47:50 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.22 2010/05/17 17:46:13 adunstan Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="release-9-0">
|
4 | 4 | <title>Release 9.0</title>
|
@@ -1739,19 +1739,13 @@ recovery_connections -> hot_standby
|
1739 | 1739 |
|
1740 | 1740 | <listitem>
|
1741 | 1741 | <para>
|
1742 |
| - PL/Perl subroutines are now given names (Tim Bunce) |
| 1742 | + PL/Perl subroutines are now givenperl-visiblenames (Tim Bunce) |
1743 | 1743 | </para>
|
1744 | 1744 |
|
1745 | 1745 | <para>
|
1746 |
| - This is for the use of profiling and code coverage tools. DIDN'T |
1747 |
| - THEY HAVE NAMES BEFORE? |
1748 |
| - </para> |
1749 |
| - </listitem> |
1750 |
| - |
1751 |
| - <listitem> |
1752 |
| - <para> |
1753 |
| - PL/Perl no longer allows <application>Safe</> version 2.20 because |
1754 |
| - it is unsafe (Tim Bunce) |
| 1746 | + PL/Perl subroutines are anonymous subrefs; this change adds entries |
| 1747 | + to the Perl symbol table for them, making profiling and code coverage |
| 1748 | + tools much more usable. |
1755 | 1749 | </para>
|
1756 | 1750 | </listitem>
|
1757 | 1751 |
|
|