forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c1557a

Thomas G. Lockhart
Fix occasional uninitialized variable fractional seconds
in DecodeTimeOnly(). Only present when seconds are not specified for input.1 parent9f99e4c commit2c1557a
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
3112 | 3112 |
| |
3113 | 3113 |
| |
3114 | 3114 |
| |
3115 |
| - | |
3116 |
| - | |
| 3115 | + | |
| 3116 | + | |
3117 | 3117 |
| |
3118 | 3118 |
| |
3119 | 3119 |
| |
|
0 commit comments
Comments
(0)