projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb1800
)
Correct spelling: longjump() -> longjmp().
author
Robert Haas
<
[email protected]
>
Sat, 25 Dec 2010 03:21:50 +0000
(22:21 -0500)
committer
Robert Haas
<
[email protected]
>
Sat, 25 Dec 2010 03:23:13 +0000
(22:23 -0500)
doc/src/sgml/extend.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/extend.sgml
b/doc/src/sgml/extend.sgml
index 737a0d7f4dc755b9b52d26cdc97ef97ee7cd8e97..19028a6ccedc4fef209d13da2d6e035c58a7fd38 100644
(file)
--- a/
doc/src/sgml/extend.sgml
+++ b/
doc/src/sgml/extend.sgml
@@
-322,7
+322,7
@@
If calling backend functions from C++ code, be sure that the
C++ call stack contains only plain old data structures
(<acronym>POD</>). This is necessary because backend errors
- generate a distant <function>longj
u
mp()</> that does not properly
+ generate a distant <function>longjmp()</> that does not properly
unroll a C++ call stack with non-POD objects.
</para>
</listitem>