Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1joAva-00072A-SK for pgsql-committers@arkaria.postgresql.org; Wed, 24 Jun 2020 19:19:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1joAvZ-0005Yr-N5 for pgsql-committers@arkaria.postgresql.org; Wed, 24 Jun 2020 19:19:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1joAvZ-0005Yk-Hu for pgsql-committers@lists.postgresql.org; Wed, 24 Jun 2020 19:19:21 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1joAvX-0001Yo-AZ for pgsql-committers@lists.postgresql.org; Wed, 24 Jun 2020 19:19:21 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 05OJJGNM2218563; Wed, 24 Jun 2020 15:19:16 -0400 From: Tom Lane To: Peter Eisentraut cc: pgsql-committers@lists.postgresql.org Subject: Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20 In-reply-to: <4e5d1a5b-143e-e70e-a99d-a3b01c1ae7c3@2ndquadrant.com> References: <4e5d1a5b-143e-e70e-a99d-a3b01c1ae7c3@2ndquadrant.com> Comments: In-reply-to Peter Eisentraut message dated "Wed, 24 Jun 2020 21:09:56 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2218561.1593026356.1@sss.pgh.pa.us> Date: Wed, 24 Jun 2020 15:19:16 -0400 Message-ID: <2218562.1593026356@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Peter Eisentraut 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