We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fae39 commit 7441e1fCopy full SHA for 7441e1f
src/backend/utils/error/exc.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.6.2.1 1996/12/14 05:54:36 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.6.2.2 1996/12/14 08:26:08 vadim Exp $
11
12
* NOTE
13
* XXX this code needs improvement--check for state violations and
@@ -183,7 +183,7 @@ ExcRaise(Exception *excP,
183
184
ExcCurFrameP = efp->link;
185
186
-#if defined (JMP_BUF)
+#if !defined (SIGJMP_BUF)
187
longjmp(efp->context, 1);
188
#else
189
siglongjmp(efp->context, 1);
0 commit comments