Heiko Lehmann <[EMAIL PROTECTED]> writes:
> *** ./src/include/libpq/pqsignal.h.org  Mon Nov  5 18:46:33 2001
> --- ./src/include/libpq/pqsignal.h      Thu Feb 21 18:51:39 2002
> ***************
> *** 28,34 ****
>   #define PG_SETMASK(mask)      sigprocmask(SIG_SETMASK, mask, NULL)
>   #else
>   extern int    UnBlockSig,
> !                       BlockSig;
  
>   #define PG_SETMASK(mask)      sigsetmask(*((int*)(mask)))
>   #endif
> --- 28,35 ----
>   #define PG_SETMASK(mask)      sigprocmask(SIG_SETMASK, mask, NULL)
>   #else
>   extern int    UnBlockSig,
> !                       BlockSig,
> !                       AuthBlockSig;
  
>   #define PG_SETMASK(mask)      sigsetmask(*((int*)(mask)))
>   #endif

How embarrassing :-(.  Will apply.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to