Re: Simplify Win32 Signaling code

From: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
To: mha(at)sollentuna(dot)net
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Simplify Win32 Signaling code
Date: 2005-06-04 13:25:41
Message-ID: Pine.GSO.4.58.0506040918570.16123@dvp.cs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Revised patch to avoid "lost signals before signaling mechanism is set up
in Win32". This was tested by plus a line:

Sleep(10*1000);

in the front of pgwin32_signal_initialize().

Regards,
Qingqing

Attachment Content-Type Size
kill.diff text/plain 4.0 KB
postmaster.diff text/plain 4.4 KB
signal.diff text/plain 15.3 KB
win32.diff text/plain 2.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-04 14:12:50 pgsql: Fix NUMERIC modulus to properly truncate division in computation.
Previous Message Christopher Kings-Lynne 2005-06-04 11:12:39 Re: executing OS programs from pg

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-04 14:09:58 Re: [GENERAL] numeric precision when raising one numeric to another.
Previous Message Magnus Hagander 2005-06-04 13:05:52 Re: [HACKERS] Inefficiency in recent pgtz patch