Re: Win32 signals patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Win32 signals patch
Date: 2004-01-27 00:46:35
Message-ID: 200401270046.i0R0kZI11657@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

The patch is quite small. I need the README because there were very
complex decisions made in choosing this route, and we need to document
that for later adjustment, if necessary.

I usually put things in a queue an apply after 1-2 days, but I am
leaving for Europe tomorrow and we have a few people working on Win32
that need this in soon so they can continue.

---------------------------------------------------------------------------

Magnus Hagander wrote:
> Here's the latest win32 signals code, this time in the form of a patch
> against the latest shapshot. It also includes the replacement of kill()
> with pqkill() and sigsetmask() with pqsigsetmask().
>
> Passes all tests fine on my linux machine once applied. Still doesn't
> link completely on Win32 - there are a few things still required. But
> much closer than before.
>
> At Bruce's request, I'm goint to write up a README file about the method
> of signals delivery chosen and why the others were rejected (basically a
> summary of the mailinglist discussions). I'll finish that up once/if the
> patch is accepted.
>
> Assuming it passes review, this code is ready to be applied to HEAD.
>
> //Magnus

Content-Description: win32_signals.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-01-27 01:23:08 Re: What's left?
Previous Message Bruce Momjian 2004-01-26 22:51:52 Re: trivial typos