]> granicus.if.org Git - postgresql/commitdiff
Fix grammar
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 24 Dec 2010 20:08:15 +0000 (22:08 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 24 Dec 2010 20:08:15 +0000 (22:08 +0200)
doc/src/sgml/extend.sgml

index d3b93dbe347a48f6633f26ae5e85ee6ab74d5ddc..737a0d7f4dc755b9b52d26cdc97ef97ee7cd8e97 100644 (file)
      <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.