]> granicus.if.org Git - postgresql/commit
Sync our copy of the timezone library with IANA release tzcode2019b.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Jul 2019 22:26:23 +0000 (18:26 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Jul 2019 22:26:23 +0000 (18:26 -0400)
commit1d1ff50d27cf32e37c5294c34d84dd4225db99a9
tree4ce4c3f381a2cabf32519ebb07a1b96342c1b988
parent46e2a18d0dfd140bfa36e5d543feeac5f5600244
Sync our copy of the timezone library with IANA release tzcode2019b.

A large fraction of this diff is just due to upstream's somewhat
random decision to rename a bunch of internal variables and struct
fields.  However, there is an interesting new feature in zic:
it's grown a "-b slim" option that emits zone files without 32-bit
data and other backwards-compatibility hacks.  We should consider
whether we wish to enable that.
src/timezone/README
src/timezone/localtime.c
src/timezone/pgtz.h
src/timezone/tzfile.h
src/timezone/zic.c