win32 setitimer implementation

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>, <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: win32 setitimer implementation
Date: 2004-02-12 20:22:43
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B1FC@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 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 Content-Type Size
win32_setitimer.patch application/octet-stream 3.4 KB
timer.c application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-02-12 20:30:46 Re: Updated win32 readdir patch
Previous Message Magnus Hagander 2004-02-12 19:25:35 win32 patch: Signal delivery when blocking on semaphore

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-02-12 20:27:18 Re: temp patch for win32 readdir issue
Previous Message Jan Wieck 2004-02-12 20:22:28 Re: [HACKERS] Vacuum Delay feature