Re: 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: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date: 2020-06-24 19:19:16
Message-ID: 2218562.1593026356@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
> On 2020-06-18 00:29, Tom Lane wrote:
>> Sync our copy of the timezone library with IANA release tzcode2020a.

> This code import has introduced new compiler warnings on Windows/mingw
> builds,

Hmm ... I forgot that INT64_FORMAT can't be used with sscanf.
Will fix.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-06-24 19:48:38 pgsql: Fix compiler warning induced by commit d8b15eeb8.
Previous Message Peter Eisentraut 2020-06-24 19:09:56 Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20