win32 setitimer implementation

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема win32 setitimer implementation
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B1FC@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: win32 setitimer implementation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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>>

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: temp patch for win32 readdir issue
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch for psql startup clarity