Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73732ef

Browse files
committed
We had a problem with to compile pgsql-7.2 under SW-8.0.
In the mailing lists I found no informations.See note for further informations.Add missing AuthBlockSig.regards Heiko
1 parent68d835c commit73732ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/include/libpq/pqsignal.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pqsignal.h,v 1.19 2001/11/05 17:46:33 momjian Exp $
10+
* $Id: pqsignal.h,v 1.20 2002/02/22 15:39:42 momjian Exp $
1111
*
1212
* NOTES
1313
* This shouldn't be in libpq, but the monitor and some other
@@ -28,7 +28,8 @@ extern sigset_t UnBlockSig,
2828
#definePG_SETMASK(mask)sigprocmask(SIG_SETMASK, mask, NULL)
2929
#else
3030
externintUnBlockSig,
31-
BlockSig;
31+
BlockSig,
32+
AuthBlockSig;
3233

3334
#definePG_SETMASK(mask)sigsetmask(*((int*)(mask)))
3435
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp