]> granicus.if.org Git - postgresql/commit
Sync our copy of the timezone library with IANA release tzcode2016c.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Mar 2016 19:10:17 +0000 (15:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Mar 2016 19:10:17 +0000 (15:10 -0400)
commit1c1a7cbd6a1600c97dfcd9b5dc78a23b5db9bbf6
tree83a3722b946a8610306512bcfb2ccc77be745e84
parente5a4dea80f2506a7a565508e48aaa52296ff410a
Sync our copy of the timezone library with IANA release tzcode2016c.

We hadn't done this in about six years, which proves to have been a mistake
because there's been a lot of code churn upstream, making the merge rather
painful.  But putting it off any further isn't going to lessen the pain,
and there are at least two incompatible changes that we need to absorb
before someone starts complaining that --with-system-tzdata doesn't work
at all on their platform, or we get blindsided by a tzdata release that
our out-of-date zic can't compile.  Last week's "time zone abbreviation
differs from POSIX standard" mess was a wake-up call in that regard.

This is a sufficiently large patch that I'm afraid to back-patch it
immediately, though the foregoing considerations imply that we probably
should do so eventually.  For the moment, just put it in HEAD so that
it can get some testing.  Maybe we can wait till the end of the 9.6
beta cycle before deeming it okay.
src/timezone/Makefile
src/timezone/README
src/timezone/ialloc.c [deleted file]
src/timezone/localtime.c
src/timezone/pgtz.c
src/timezone/pgtz.h
src/timezone/private.h
src/timezone/scheck.c [deleted file]
src/timezone/strftime.c
src/timezone/tzfile.h
src/timezone/zic.c