File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.41 2010/06/01 02:54:37 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.42 2010/06/01 03:19:36 momjian Exp $ -->
22
33 <chapter id="extend">
44 <title>Extending <acronym>SQL</acronym></title>
273273 &xoper;
274274 &xindex;
275275
276+ <!-- Use this someday when C++ is easier to use. bjm 2010-05-31
277+
276278 <sect1 id="extend-Cpp">
277279 <title>Using C++ for Extensibility</title>
278280
318320 </para>
319321
320322 </sect1>
323+ -->
321324
322325 </chapter>
Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.22 2010/05/17 17:46:13 adunstan Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.23 2010/06/01 03:19:36 momjian Exp $ -->
22
33 <sect1 id="release-9-0">
44 <title>Release 9.0</title>
@@ -2519,14 +2519,16 @@ recovery_connections -> hot_standby
25192519
25202520 <listitem>
25212521 <para>
2522- Allow use of <productname>C++</> functions in backend code (Kurt
2522+ Simplify use of <productname>C++</> functions in backend code (Kurt
25232523 Harriman, Peter Eisentraut)
25242524 </para>
25252525
25262526 <para>
2527- This removes keyword conflicts that previously made <productname>C++</>
2528- usage difficult in backend code. <literal>extern "C" { }</> might still
2529- be necessary.
2527+ While this removes keyword conflicts that previously made
2528+ <productname>C++</> usage difficult in backend code, there are
2529+ still other complexities when using <productname>C++</> for backend
2530+ functions. <literal>extern "C" { }</> is still necessary in
2531+ some cases.
25302532 </para>
25312533 </listitem>
25322534
You can’t perform that action at this time.
0 commit comments