Win32 signals patch

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 signals patch
Date: 2004-01-25 22:09:42
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE2A6C02@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Attachment Content-Type Size
win32_signals.patch application/octet-stream 21.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-01-25 22:17:21 Re: next draft of list rewrite
Previous Message Tom Lane 2004-01-25 21:24:57 Re: appendStringInfoString() micro-opt