pgsql: Another portability fix for tzcode2016g update. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Another portability fix for tzcode2016g update.
Date
Msg-id E1bx46h-0007Sk-S0@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4d6c7599b65b6bbd2357883662ea61beccddf81d

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Another portability fix for tzcode2016g update.
Next
From: Tom Lane
Date:
Subject: pgsql: Another portability fix for tzcode2016g update.