Skip to content

Commit 7441e1f

Browse files
committed
Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.
Excuse me.
1 parent 76fae39 commit 7441e1f

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/error

1 file changed

+2
-2
lines changed

src/backend/utils/error/exc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* 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 $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.6.2.2 1996/12/14 08:26:08 vadim Exp $
1111
*
1212
* NOTE
1313
* XXX this code needs improvement--check for state violations and
@@ -183,7 +183,7 @@ ExcRaise(Exception *excP,
183183

184184
ExcCurFrameP = efp->link;
185185

186-
#if defined (JMP_BUF)
186+
#if !defined (SIGJMP_BUF)
187187
longjmp(efp->context, 1);
188188
#else
189189
siglongjmp(efp->context, 1);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy