pgsql: Sync our copy of the timezone library with IANA release tzcode20

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date: 2019-07-17 22:26:45
Message-ID: E1hnsNp-0007u8-PD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f285322f9cd3145ea2e5b870e6ba7e0c641422ac

Modified Files
--------------
src/timezone/README | 7 +-
src/timezone/localtime.c | 89 +++++-----
src/timezone/pgtz.h | 6 +-
src/timezone/tzfile.h | 17 +-
src/timezone/zic.c | 453 +++++++++++++++++++++++++----------------------
5 files changed, 305 insertions(+), 267 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-17 23:16:44 pgsql: Update time zone data files to tzdata release 2019b.
Previous Message Tom Lane 2019-07-17 18:55:17 pgsql: Clarify the distinction between public and private SPITupleTable

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-07-17 22:30:37 Re: getting ERROR "relation 16401 has no triggers" with partition foreign key alter
Previous Message Alvaro Herrera 2019-07-17 22:08:47 Re: getting ERROR "relation 16401 has no triggers" with partition foreign key alter