pgsql: Another portability fix for tzcode2016g update.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Another portability fix for tzcode2016g update.
Date: 2016-10-20 03:33:27
Message-ID: E1bx46h-0007Sn-Sn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Another portability fix for tzcode2016g update.

clang points out that SIZE_MAX wouldn't fit into an int, which means
this comparison is pretty useless. Per report from Thomas Munro.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/aee5eb8300ac8e37e5f32b87b499eba390ed4737

Modified Files
--------------
src/timezone/zic.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-10-20 14:29:38 pgsql: Remove a comment which is now incorrect.
Previous Message Tom Lane 2016-10-20 03:22:13 Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20