win32 setitimer implementation - Mailing list pgsql-patches

From Magnus Hagander
Subject win32 setitimer implementation
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B1FC@algol.sollentuna.se
Whole thread Raw
Responses Re: win32 setitimer implementation  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Hello!

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
 <<win32_setitimer.patch>>  <<timer.c>>

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: temp patch for win32 readdir issue
Next
From: Bruce Momjian
Date:
Subject: Re: Patch for psql startup clarity