]> granicus.if.org Git - postgresql/commit
Modernize zic's test for valid timezone abbreviations.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Mar 2016 19:58:44 +0000 (15:58 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Mar 2016 19:58:44 +0000 (15:58 -0400)
commit221619ad69b7e060041796a1974fbb0eeb9542d7
tree51ab3158950febece155ee7828c913f254b57502
parent76281aa9647e6a5dfc646514554d0f519e3b8a58
Modernize zic's test for valid timezone abbreviations.

We really need to sync all of our IANA-derived timezone code with upstream,
but that's going to be a large patch and I certainly don't care to shove
such a thing into stable branches immediately before a release.  As a
stopgap, copy just the tzcode2016c logic that checks validity of timezone
abbreviations.  This prevents getting multiple "time zone abbreviation
differs from POSIX standard" bleats with tzdata 2014b and later.
src/timezone/zic.c