Sync our copy of the timezone library with IANA release tzcode2020a.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Jun 2020 22:29:29 +0000 (18:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Jun 2020 22:29:42 +0000 (18:29 -0400)
commitd8b15eeb8a1acbe01b502ddd3390d7f1824c7a25
treea88f950a6719f4600cd0691af5c860c1e2ce3512
parent6924c37f772cd7701d3e1267a1fb3221ca159ba4
Sync our copy of the timezone library with IANA release tzcode2020a.

This absorbs a leap-second-related bug fix in localtime.c, and
teaches zic to handle an expiration marker in the leapseconds file.
Neither are of any interest to us (for the foreseeable future
anyway), but we need to stay more or less in sync with upstream.

Also adjust some over-eager changes in the README from commit 957338418.
I have no intention of making changes that require C99 in this code,
until such time as all the live back branches require C99.  Otherwise
back-patching will get too exciting.

For the same reason, absorb assorted whitespace and other cosmetic
changes from HEAD into the back branches; mostly this reflects use of
improved versions of pgindent.

All in all then, quite a boring update.  But I figured I'd get it
done while I was looking at this code.
src/timezone/README
src/timezone/localtime.c
src/timezone/zic.c