Here is a patch that implements setitimer() on win32. With this patch
authorBruce Momjian <bruce@momjian.us>
Wed, 18 Feb 2004 16:25:12 +0000 (16:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 18 Feb 2004 16:25:12 +0000 (16:25 +0000)
commitaf3b182a574e4b349dcf71279769ad18818b13b9
tree4867fe86fc8d2866669b03c1f761fd02bb845f65
parentf8257734e4add3204f4d6d38f3edea0c827b245f
Here is a patch that implements setitimer() on win32. With this patch
applied, deadlock detection and statement_timeout now works.

The file timer.c goes into src/backend/port/win32/.

The patch also removes two lines of "printf debugging" accidentally left
in pqsignal.h, in the console control handler.

Magnus Hagander
src/backend/libpq/pqsignal.c
src/backend/port/win32/Makefile
src/backend/port/win32/timer.c [new file with mode: 0644]
src/backend/storage/lmgr/proc.c
src/include/port/win32.h