diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2010-12-24 22:08:15 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2010-12-24 22:08:15 +0200 |
| commit | 3bb1800b55c8c90e7ef2ed92a5f201e3a85e3036 (patch) | |
| tree | dd85999101a2efaf6936c78037fd54d98a32d9d0 /doc/src | |
| parent | 66b133d2b8a09fb468d59c174f9eae689bfc77a5 (diff) | |
Fix grammar
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/extend.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index d3b93dbe347..737a0d7f4dc 100644 --- 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 structures (<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. |
