- Notifications
You must be signed in to change notification settings - Fork5
Commit7582bd9
committed
Please apply the following patch to fix AIX and IRIX timestamp behavior
as previously discussed.It makes AIX and IRIX not use DST for dates before 1970.The following expected files need to be removed from the regression tests,they contain wrong results and are not needed any more.src/test/regress/expected/horology-1947-PDT.outsrc/test/regress/expected/tinterval-1947-PDT.outsrc/test/regress/expected/abstime-1947-PDT.outZeugswetter Andreas1 parent3527382 commit7582bd9
File tree
5 files changed
+24
-8
lines changed- src
- backend/utils/adt
- include/port
- test/regress
5 files changed
+24
-8
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| 208 | + | |
208 | 209 |
| |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
209 | 219 |
| |
210 | 220 |
| |
211 | 221 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
318 | 326 |
| |
319 | 327 |
| |
320 | 328 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
| |||
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
34 |
| - | |
35 |
| - | |
| 32 | + | |
| 33 | + | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
| |||
74 | 72 |
| |
75 | 73 |
| |
76 | 74 |
| |
77 |
| - | |
78 |
| - | |
79 | 75 |
| |
80 | 76 |
| |
81 | 77 |
| |
|
0 commit comments
Comments
(0)