Re: [pgsql-hackers-win32] [BUGS] Win32 deadlock detection not working for Postgres8beta1
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.patches,gmane.comp.db.postgresql.bugs,gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Magnus Hagander" <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend