mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix grammar
This commit is contained in:
parent
04ee0db6b2
commit
79a9decdd3
@ -320,7 +320,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If calling backend functions from C++ code, be sure that the
|
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
|
(<acronym>POD</>). This is necessary because backend errors
|
||||||
generate a distant <function>longjump()</> that does not properly
|
generate a distant <function>longjump()</> that does not properly
|
||||||
unroll a C++ call stack with non-POD objects.
|
unroll a C++ call stack with non-POD objects.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user