Re: [BUGS] Win32 deadlock detection not working for Postgres8beta1

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Steve McWilliams" <smcwilliams(at)EmprisaNetworks(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>, <pgsql-hackers-win32(at)postgresql(dot)org>, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] Win32 deadlock detection not working for Postgres8beta1
Date: 2004-09-02 18:51:07
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE475BB5@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches


>Bugger. I've found the reason for this - statement_timeout was also
>broken. This was broken by the change of how signals are handled on
>win32. We disabled APCs completely, but APCs were still used in the
>timer emulation... This patch fixes this by re-enabling APCs
>in the main
>check loop. The APC routine used by the timer code is very simple and
>will not interfer with the signal stuff (which had problems with socket
>calls, as you probably recall).

Sorry, this was a bit premature. There are a few more places that need
to be cleane dup. I'll send a new patch in a couple of minutes.

//Magnus

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-09-02 18:59:34 Re: [BUGS] Win32 deadlock detection not working for Postgres8beta1
Previous Message Magnus Hagander 2004-09-02 18:40:34 Re: [BUGS] Win32 deadlock detection not working for Postgres8beta1

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-09-02 18:59:34 Re: [BUGS] Win32 deadlock detection not working for Postgres8beta1
Previous Message Magnus Hagander 2004-09-02 18:40:34 Re: [BUGS] Win32 deadlock detection not working for Postgres8beta1