forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f73c88
committed
Fix statement_timeout on Win32 so that it properly treats micro-seconds
as micro-seconds, rather than as 100 microseconds, as it does now. Thisactually fixes all setitimer calls on Win32, but statement_timeout isthe most visible fix.Backpatch to 8.1.X. 8.0 works as documented.1 parentf896b5e commit8f73c88
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
|
0 commit comments
Comments
(0)