From: Bruce Momjian Date: Tue, 1 Jun 2010 03:19:36 +0000 (+0000) Subject: Comment out C++ docs for later user. Tone down C++ compatibility in 9.0 X-Git-Tag: REL9_0_BETA2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f152c656b46f276863b443e80f566dadb57cdc5;p=postgresql Comment out C++ docs for later user. Tone down C++ compatibility in 9.0 release notes. --- diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index abacd71d74..a511569339 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -1,4 +1,4 @@ - + Extending <acronym>SQL</acronym> @@ -273,6 +273,8 @@ &xoper; &xindex; + diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 20269adfe1..960558ea6f 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -2519,14 +2519,16 @@ recovery_connections -> hot_standby - Allow use of C++ functions in backend code (Kurt + Simplify use of C++ functions in backend code (Kurt Harriman, Peter Eisentraut) - This removes keyword conflicts that previously made C++ - usage difficult in backend code. extern "C" { } might still - be necessary. + While this removes keyword conflicts that previously made + C++ usage difficult in backend code, there are + still other complexities when using C++ for backend + functions. extern "C" { } is still necessary in + some cases.