| From: | "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: Simplify Win32 Signaling code |
| Date: | 2005-06-02 14:48:04 |
| Message-ID: | d7n6at$plh$1@news.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
""Magnus Hagander"" <mha(at)sollentuna(dot)net> writes
>
> Looking at this patch reminds me of another discussion we had:
>
> Signals sent by the postmaster *before the signaling code is running in
> the child* has to be handled.
>
> This is handled in the curernt code by creating the pipe in the
> postmaster and then inheriting it. You'll need something similar in this
> one - create the stuff in the postmaster and inherit it down. (this is
> the initial_signal_pipe and pgwin32_create_signal_listener(), which you
> removed)
>
> Sorry, forgot to bring this up earlier because I had completely forgot
> it. You'll find some details if you search the archives, I beleive.
>
Is this thread:
http://archives.postgresql.org/pgsql-hackers-win32/2004-11/msg00000.php
It is my fault to ignore this - I just *simply* removed those lines ... I
will look into the problem and come up with a patch.
Regards,
Qingqing
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-06-02 14:52:07 | Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support |
| Previous Message | Neil Conway | 2005-06-02 14:43:28 | Re: Oracle date type compat. functions: next_day, last_day, |