Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f152c6

Browse files
committed
Comment out C++ docs for later user. Tone down C++ compatibility in 9.0
release notes.
1 parentd149fbf commit1f152c6

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

‎doc/src/sgml/extend.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.41 2010/06/0102:54:37 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.42 2010/06/0103:19:36 momjian Exp $ -->
22

33
<chapter id="extend">
44
<title>Extending <acronym>SQL</acronym></title>
@@ -273,6 +273,8 @@
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

@@ -318,5 +320,6 @@
318320
</para>
319321

320322
</sect1>
323+
-->
321324

322325
</chapter>

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp