]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ensure that distributed timezone abbreviation files are plain ASCII.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Jul 2020 15:03:55 +0000 (11:03 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Jul 2020 15:04:36 +0000 (11:04 -0400)
commit85c4297a79b1ddeb297f4c03bd901db63cbd70ab
tree868b2932ea341a0d4d4b0e1038833489c7a0eac7
parent5ca744cd5c46ae35ff59d6be865cd80f3a366b94
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 to
avoid questions of which encoding to use.

While here, correct a couple of other trivial inconsistencies between
the Default file and the supposedly-matching entries in the *.txt
files, as exposed by some checking with comm(1).  Also, add BDST to
the 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.de
src/timezone/tznames/Antarctica.txt
src/timezone/tznames/Australia.txt
src/timezone/tznames/Default
src/timezone/tznames/Europe.txt