]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix statement_timeout on Win32 so that it properly treats micro-seconds
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Aug 2006 17:47:06 +0000 (17:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Aug 2006 17:47:06 +0000 (17:47 +0000)
commit1e35f9aa048183ecf18227e5a4cb08c64693e645
tree801a2ce1766ba665ef18c9ea9cc9dd2f0152615a
parent73761f3659dece410899a3876193e5cbf3a6ab9d
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.
src/backend/port/win32/timer.c