Fix statement_timeout on Win32 so that it properly treats micro-seconds

Bruce Momjian <bruce@momjian.us>

Commit: 1e35f9aa048183ecf18227e5a4cb08c64693e645
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-08-09T17:47:06Z
Releases: 8.1.5
Fix statement_timeout on Win32 so that it properly treats micro-seconds
as micro-seconds, rather than as 100 microseconds, as it does now.  This
actually fixes all setitimer calls on Win32, but statement_timeout is
the most visible fix.

Backpatch to 8.1.X.  8.0 works as documented.

Files

PathChange+/−
src/backend/port/win32/timer.c modified +3 −2