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)
commit1fd33d0d95b4b63e8a9533eccc89e9ed6e53f236
treeea88cfc97bcff92363de3a0c63cdc1d5dc302f93
parentb5ae9c8ebe5abf5aa0f82884644cddc7d09df06b
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