mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 05:40:43 -05:00
Correct spelling: longjump() -> longjmp().
This commit is contained in:
parent
79a9decdd3
commit
4ec92b05e6
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@
|
|||
If calling backend functions from C++ code, be sure that the
|
||||
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
|
||||
generate a distant <function>longjmp()</> that does not properly
|
||||
unroll a C++ call stack with non-POD objects.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue