win32 patch: Signal delivery when blocking on semaphore
Started by Magnus Haganderover 22 years ago1 messagespatches
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