projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a9dec
)
Correct spelling: longjump() -> longjmp().
author
Robert Haas
Sat, 25 Dec 2010 03:21:50 +0000
(22:21 -0500)
committer
Robert Haas
Sat, 25 Dec 2010 03:22:44 +0000
(22:22 -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 1c7da4a2abb76c3461a36846fcc83a5627ea5904..2033ae21ba5261f91b48563c0e8ec16fd4db4ff0 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
(
POD>). This is necessary because backend errors
- generate a distant
longj
u
mp()> that does not properly
+ generate a distant
longjmp()> that does not properly
unroll a C++ call stack with non-POD objects.