]> granicus.if.org Git - postgresql/commit
Semi-automatically detect changes in timezone abbreviations.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2013 22:47:22 +0000 (18:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2013 23:17:44 +0000 (19:17 -0400)
commit69602772700e62b7b03e3f0ac7b10aa651c0c998
treef8e4fef16187a1bc89e3a0cfd3f64393cb2ef121
parentb7f8465cc6c95da5b1af1de19bc7b7b1b2621276
Semi-automatically detect changes in timezone abbreviations.

Add an option to zic.c to dump out all non-obsolete timezone abbreviations
defined in the Olson database.  Comparing this list to its previous state
will clue us in when something happens that we may need to account for in
the tznames/ time zone abbreviation lists.  The README file's previous
exhortation to "just grep for differences" was completely useless advice,
in my now-considerable experience; but maybe this will be a bit more
useful.  As a starting point I built the same list from the tzdata files
as they existed in 2006, which is committed here as known_abbrevs.txt.
Comparison indeed turned up quite a few changes we had neglected to account
for, which I will commit separately.
src/timezone/.gitignore
src/timezone/Makefile
src/timezone/README
src/timezone/known_abbrevs.txt [new file with mode: 0644]
src/timezone/zic.c