projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8199064
)
We had a problem with to compile pgsql-7.2 under SW-8.0.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 22 Feb 2002 15:40:28 +0000
(15:40 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 22 Feb 2002 15:40:28 +0000
(15:40 +0000)
In the mailing lists I found no informations.
See note for further informations.
Add missing AuthBlockSig.
regards Heiko
src/include/libpq/pqsignal.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/libpq/pqsignal.h
b/src/include/libpq/pqsignal.h
index 8ec1b9d8f483c0d308a7ead4c3a1be416f3d4e68..fcca56412d064e8fb37116d7940b822fbe6136d5 100644
(file)
--- a/
src/include/libpq/pqsignal.h
+++ b/
src/include/libpq/pqsignal.h
@@
-28,7
+28,8
@@
extern sigset_t UnBlockSig,
#define PG_SETMASK(mask) sigprocmask(SIG_SETMASK, mask, NULL)
#else
extern int UnBlockSig,
- BlockSig;
+ BlockSig,
+ AuthBlockSig;
#define PG_SETMASK(mask) sigsetmask(*((int*)(mask)))
#endif