projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ee0db
)
Fix grammar
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 24 Dec 2010 20:08:07 +0000
(22:08 +0200)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 24 Dec 2010 20:08:50 +0000
(22:08 +0200)
doc/src/sgml/extend.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/extend.sgml
b/doc/src/sgml/extend.sgml
index 246451a42eb1371abfa5afb62b486395adb9e690..1c7da4a2abb76c3461a36846fcc83a5627ea5904 100644
(file)
--- a/
doc/src/sgml/extend.sgml
+++ b/
doc/src/sgml/extend.sgml
@@
-320,7
+320,7
@@
<listitem>
<para>
If calling backend functions from C++ code, be sure that the
- C++ call stack contains only plain old data structure
+ C++ call stack contains only plain old data structure
s
(<acronym>POD</>). This is necessary because backend errors
generate a distant <function>longjump()</> that does not properly
unroll a C++ call stack with non-POD objects.