mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Fix grammar
This commit is contained in:
parent
66b133d2b8
commit
3bb1800b55
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue