]> granicus.if.org Git - postgresql/commit
Fix statement_timeout on Win32 so that it properly treats micro-seconds
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Aug 2006 17:47:03 +0000 (17:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Aug 2006 17:47:03 +0000 (17:47 +0000)
commit8f73c88c7cc048fb2873109e8d8ff813759102c4
tree5875e95cfeb5afb10f620c6a9ee24896aa40a12b
parentf896b5e1466c41dbb203b440392af4fd875cdd79
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