Comment out C++ docs for later user. Tone down C++ compatibility in 9.0
authorBruce Momjian
Tue, 1 Jun 2010 03:19:36 +0000 (03:19 +0000)
committerBruce Momjian
Tue, 1 Jun 2010 03:19:36 +0000 (03:19 +0000)
release notes.

doc/src/sgml/extend.sgml
doc/src/sgml/release-9.0.sgml

index abacd71d743e7abc40da3a773793e5f271c17f43..a51156933914587deb63672e89a10d9a8769ee61 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Extending <acronym>SQL</acronym>
   &xoper;
   &xindex;
 
+
 
  
index 20269adfe1479ab9e8ed272712c948cf5f8e1e88..960558ea6faf7f0c9fcbe8149d099bca4ad087ed 100644 (file)
@@ -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.