Re: [pgsql-hackers-win32] [BUGS] Win32 deadlock detection not working for Postgres8beta1 - Mailing list pgsql-patches

From Tom Lane
Subject Re: [pgsql-hackers-win32] [BUGS] Win32 deadlock detection not working for Postgres8beta1
Date
Msg-id 21331.1094152042@sss.pgh.pa.us
Whole thread Raw
In response to Re: [pgsql-hackers-win32] [BUGS] Win32 deadlock detection not working for Postgres8beta1  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
>> A reasonable theory about this would be that the timer interrupt isn't
>> firing.  Does "statement_timeout" work either?

> 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.

Just outta curiosity, why wasn't that detected by the regression tests?
There is a test that depends on statement_timeout working ...

            regards, tom lane

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: [pgsql-hackers-win32] [BUGS] Win32 deadlock detection not working for Postgres8beta1
Next
From: Claudio Natoli
Date:
Subject: Re: [pgsql-hackers-win32] [BUGS] Win32 deadlock detection not wor