mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Correct spelling: longjump() -> longjmp().
This commit is contained in:
@ -322,7 +322,7 @@
|
|||||||
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 structures
|
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>longjmp()</> that does not properly
|
||||||
unroll a C++ call stack with non-POD objects.
|
unroll a C++ call stack with non-POD objects.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user