From 4ec92b05e640b0991ba67d41cbb097200200fe70 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Fri, 24 Dec 2010 22:21:50 -0500 Subject: [PATCH] Correct spelling: longjump() -> longjmp(). --- doc/src/sgml/extend.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 1c7da4a2abb..2033ae21ba5 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -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> -- GitLab