|
|
@ -7,7 +7,7 @@ |
|
|
|
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* |
|
|
|
* |
|
|
|
* $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.37 2010/01/02 16:58:04 momjian Exp $ |
|
|
|
* $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.38 2010/01/16 00:04:41 tgl Exp $ |
|
|
|
* |
|
|
|
* |
|
|
|
* NOTES |
|
|
|
* NOTES |
|
|
|
* This shouldn't be in libpq, but the monitor and some other |
|
|
|
* This shouldn't be in libpq, but the monitor and some other |
|
|
@ -27,7 +27,7 @@ extern sigset_t UnBlockSig, |
|
|
|
|
|
|
|
|
|
|
|
#define PG_SETMASK(mask) sigprocmask(SIG_SETMASK, mask, NULL) |
|
|
|
#define PG_SETMASK(mask) sigprocmask(SIG_SETMASK, mask, NULL) |
|
|
|
#else /* not HAVE_SIGPROCMASK */ |
|
|
|
#else /* not HAVE_SIGPROCMASK */ |
|
|
|
extern int UnBlockSig, |
|
|
|
extern PGDLLIMPORT int UnBlockSig, |
|
|
|
BlockSig, |
|
|
|
BlockSig, |
|
|
|
StartupBlockSig; |
|
|
|
StartupBlockSig; |
|
|
|
|
|
|
|
|
|
|
|