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_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/65935033d64cb5ad51f7e5967860d545400beccd
Modified Files
--------------
src/timezone/zic.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)