forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit19d477a
committed
Sync back-branch copies of the timezone code with IANA release tzcode2016c.
Back-patch commit1c1a7cb, along with subsequent portabilityfixes, into all active branches. Also, back-patch commits6960277 and5968570 (addition of zic -P option) into 9.1 and 9.2, just to reducedifferences between the branches. src/timezone/ is now largely identicalin all active branches, except that in 9.1, pgtz.c retains theinitial-timezone-selection code that was moved over to initdb in 9.2.Ordinarily we wouldn't risk this much code churn in back branches, but itseems necessary in this case, because among the changes are two featureadditions in the "zic" zone data file compiler (a larger limit on thenumber of allowed DST transitions, and addition of a "%z" escape in zoneabbreviations). IANA have not yet started to use those features in theirtzdata files, but presumably they will before too long. If we don't updatethen we'll be unable to adopt new timezone data. Also, installations builtwith --with-system-tzdata (which includes most distro-supplied builds, Ibelieve) might fail even if we don't update our copies of the data files.There are assorted bug fixes too, mostly affecting obscure timezones orpost-2037 dates.Discussion: <13601.1468868947@sss.pgh.pa.us>1 parentbdeed09 commit19d477a
File tree
12 files changed
+2133
-1395
lines changed- src
- bin/initdb
- timezone
12 files changed
+2133
-1395
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 77 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
5 | 4 |
| |
6 |
| - | |
7 |
| - | |
| 5 | + | |
8 | 6 |
| |
9 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
16 | 15 |
| |
17 |
| - | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
| 18 | + | |
20 | 19 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 20 | + | |
| 21 | + | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
| |||
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
35 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + |
Lines changed: 0 additions & 76 deletions
This file was deleted.
0 commit comments
Comments
(0)