Sync our copy of the timezone library with IANA release tzcode2020c.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Oct 2020 01:40:16 +0000 (21:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Oct 2020 01:40:16 +0000 (21:40 -0400)
commitce0e97f808683dc1732880ec3196443875efa262
tree303791acac9a892150e6adb4f1023083aca4858c
parent02a75f8369b1b14b709349ee60b29f79b70320f6
Sync our copy of the timezone library with IANA release tzcode2020c.

This changes zic's default output format from "-b fat" to "-b slim".
We were already using "slim" in v13/HEAD, so those branches drop
the explicit -b switch in the Makefiles.  Instead, add an explicit
"-b fat" in v12 and before, so that we don't change the output file
format in those branches.  (This is perhaps excessively conservative,
but we decided not to do so in a12079109, and I'll stick with that.)

Other non-cosmetic changes are to drop support for zic's long-obsolete
"-y" switch, and to ensure that strftime() does not change errno
unless it fails.

As usual with tzcode changes, back-patch to all supported branches.
src/timezone/Makefile
src/timezone/README
src/timezone/strftime.c
src/timezone/zic.c
src/tools/msvc/Install.pm