diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-12-24 22:08:07 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-12-24 22:08:50 +0200 |
commit | 79a9decdd33c9662c0722ef1d49d8aa951739da4 (patch) | |
tree | 0728d54ac90801b117a55a9fb2d9ca1010d34874 /doc/src | |
parent | 04ee0db6b287a1ff41b55cc440769a1dddc318a7 (diff) | |
download | postgresql-79a9decdd33c9662c0722ef1d49d8aa951739da4.tar.gz postgresql-79a9decdd33c9662c0722ef1d49d8aa951739da4.zip |
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 246451a42eb..1c7da4a2abb 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. |