forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7fe3083
committed
Ensure that distributed timezone abbreviation files are plain ASCII.
We had two occurrences of "Mitteleuropäische Zeit" in Europe.txt,though the corresponding entries in Default were spelled"Mitteleuropaeische Zeit". Standardize on the latter spelling toavoid questions of which encoding to use.While here, correct a couple of other trivial inconsistencies betweenthe Default file and the supposedly-matching entries in the *.txtfiles, as exposed by some checking with comm(1). Also, add BDST tothe Europe.txt file; it previously was only listed in Default.None of this has any direct functional effect.Per complaint from Christoph Berg. As usual for timezone data patches,apply to all branches.Discussion:https://postgr.es/m/20200716100743.GE3534683@msg.df7cb.de1 parent20ef355 commit7fe3083
File tree
4 files changed
+8
-7
lines changed- src/timezone/tznames
4 files changed
+8
-7
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 |
| - | |
601 |
| - | |
| 600 | + | |
| 601 | + | |
602 | 602 |
| |
603 | 603 |
| |
604 | 604 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
187 |
| - | |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
191 | 192 |
| |
192 |
| - | |
| 193 | + | |
193 | 194 |
| |
194 | 195 |
| |
195 | 196 |
| |
|
0 commit comments
Comments
(0)