| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Heiko Lehmann <hlehmann(at)fh-lausitz(dot)de> |
| Cc: | pgsql-bugs(at)postgresql(dot)org, Iris Ladusch <iladusch(at)fh-lausitz(dot)de>, Thomas Scholze <tscholze(at)fh-lausitz(dot)de> |
| Subject: | Re: Patch pgsql-7.2 AuthBlockSig |
| Date: | 2002-02-22 15:59:37 |
| Message-ID: | 17187.1014393577@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Heiko Lehmann <hlehmann(at)fh-lausitz(dot)de> 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Lockhart | 2002-02-22 18:42:38 | Re: CURRENT_TIMESTAMP not work correctly insinde a transaction. |
| Previous Message | Bruce Momjian | 2002-02-22 15:38:09 | Re: Patch pgsql-7.2 AuthBlockSig |