Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1f152c65
Commit
1f152c65
authored
Jun 01, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out C++ docs for later user. Tone down C++ compatibility in 9.0
release notes.
parent
d149fbf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
doc/src/sgml/extend.sgml
doc/src/sgml/extend.sgml
+4
-1
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.0.sgml
+7
-5
No files found.
doc/src/sgml/extend.sgml
View file @
1f152c65
<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.4
1 2010/06/01 02:54:37
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.4
2 2010/06/01 03:19:36
momjian Exp $ -->
<chapter id="extend">
<title>Extending <acronym>SQL</acronym></title>
...
...
@@ -273,6 +273,8 @@
&xoper;
&xindex;
<!-- Use this someday when C++ is easier to use. bjm 2010-05-31
<sect1 id="extend-Cpp">
<title>Using C++ for Extensibility</title>
...
...
@@ -318,5 +320,6 @@
</para>
</sect1>
-->
</chapter>
doc/src/sgml/release-9.0.sgml
View file @
1f152c65
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.2
2 2010/05/17 17:46:13 adunst
an Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.2
3 2010/06/01 03:19:36 momji
an Exp $ -->
<sect1 id="release-9-0">
<title>Release 9.0</title>
...
...
@@ -2519,14 +2519,16 @@ recovery_connections -> hot_standby
<listitem>
<para>
Allow
use of <productname>C++</> functions in backend code (Kurt
Simplify
use of <productname>C++</> functions in backend code (Kurt
Harriman, Peter Eisentraut)
</para>
<para>
This removes keyword conflicts that previously made <productname>C++</>
usage difficult in backend code. <literal>extern "C" { }</> might still
be necessary.
While this removes keyword conflicts that previously made
<productname>C++</> usage difficult in backend code, there are
still other complexities when using <productname>C++</> for backend
functions. <literal>extern "C" { }</> is still necessary in
some cases.
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment