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

Thomas G. Lockhart
Fix timestamp to date conversion for the case where timestamp uses a double
precision storage format. Previously applied the same math as used for the 64-bit integer storage format case, which was wrong. Problem introduced recently when the 64-bit storage format was implemented.1 parent606db06 commit17adf80
1 file changed
+6
-12
lines changedLines changed: 6 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 | 311 |
| |
317 | 312 |
| |
318 | 313 |
| |
319 | 314 |
| |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
| 315 | + | |
| 316 | + | |
326 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
327 | 321 |
| |
328 | 322 |
| |
329 | 323 |
| |
|
0 commit comments
Comments
(0)