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:43 +0000 (18:29 -0400)
commit484a57643e02b7df2bb9085603772b33511c6668
tree41f979744c3d18a44a23d149b42665a2f3c89d06
parent6b296102920323f360d53457ecda5179284cca8c
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