From: Peter Eisentraut Date: Fri, 24 Dec 2010 20:08:15 +0000 (+0200) Subject: Fix grammar X-Git-Tag: REL9_0_3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bb1800b55c8c90e7ef2ed92a5f201e3a85e3036;p=postgresql Fix grammar --- diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index d3b93dbe34..737a0d7f4d 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -320,7 +320,7 @@ 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 (POD). This is necessary because backend errors generate a distant longjump() that does not properly unroll a C++ call stack with non-POD objects.