]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:44 +0000 (18:29 -0400)
commit812a84d1cca1f8e43adc2e6a7dfe2ae83e2c1a29
tree35a0aac9286afc8ffed5d6182464b1ce22dca9f4
parentb91cfaa34f44386786c64bbf80d296b84ecc811e
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/pgtz.c
src/timezone/strftime.c
src/timezone/zic.c