forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce0e97f
committed
Sync our copy of the timezone library with IANA release tzcode2020c.
This changes zic's default output format from "-b fat" to "-b slim".We were already using "slim" in v13/HEAD, so those branches dropthe explicit -b switch in the Makefiles. Instead, add an explicit"-b fat" in v12 and before, so that we don't change the output fileformat in those branches. (This is perhaps excessively conservative,but we decided not to do so ina120791, and I'll stick with that.)Other non-cosmetic changes are to drop support for zic's long-obsolete"-y" switch, and to ensure that strftime() does not change errnounless it fails.As usual with tzcode changes, back-patch to all supported branches.1 parent02a75f8 commitce0e97f
File tree
5 files changed
+80
-141
lines changed- src
- timezone
- tools/msvc
5 files changed
+80
-141
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| 131 | + | |
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
134 | 140 |
| |
| 141 | + | |
| 142 | + | |
135 | 143 |
| |
| 144 | + | |
136 | 145 |
| |
| 146 | + | |
137 | 147 |
| |
138 | 148 |
| |
139 | 149 |
| |
|
0 commit comments
Comments
(0)