forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit35f9b46
committed
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
of timetz values misbehaved in --enable-integer-datetime cases, andEXTRACT(EPOCH) subtracted the zone instead of adding it in all cases.Backpatch to all supported releases (except --enable-integer-datetime codedoes not exist in 7.2).1 parent0e99be1 commit35f9b46
1 file changed
+12
-4
lines changedLines changed: 12 additions & 4 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 |
| |
| |||
1869 | 1869 |
| |
1870 | 1870 |
| |
1871 | 1871 |
| |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
1872 | 1880 |
| |
1873 | 1881 |
| |
1874 | 1882 |
| |
1875 |
| - | |
1876 | 1883 |
| |
1877 | 1884 |
| |
| 1885 | + | |
1878 | 1886 |
| |
1879 | 1887 |
| |
1880 | 1888 |
| |
| |||
2443 | 2451 |
| |
2444 | 2452 |
| |
2445 | 2453 |
| |
2446 |
| - | |
| 2454 | + | |
2447 | 2455 |
| |
2448 |
| - | |
| 2456 | + | |
2449 | 2457 |
| |
2450 | 2458 |
| |
2451 | 2459 |
| |
|
0 commit comments
Comments
(0)