Thread: win32 patch: Signal delivery when blocking on semaphore

win32 patch: Signal delivery when blocking on semaphore

From
"Magnus Hagander"
Date:
This patch makes the "block on semaphore" interruptible by signals on
win32. Without this, you can't kill a backend when it's waiting on a
lock.

//Magnus

Attachment