]> granicus.if.org Git - postgresql/commitdiff
Correct spelling: longjump() -> longjmp().
authorRobert Haas <rhaas@postgresql.org>
Sat, 25 Dec 2010 03:21:50 +0000 (22:21 -0500)
committerRobert Haas <rhaas@postgresql.org>
Sat, 25 Dec 2010 03:23:13 +0000 (22:23 -0500)
doc/src/sgml/extend.sgml

index 737a0d7f4dc755b9b52d26cdc97ef97ee7cd8e97..19028a6ccedc4fef209d13da2d6e035c58a7fd38 100644 (file)
        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>