Another portability fix for tzcode2016g update.
authorTom Lane
Thu, 20 Oct 2016 03:32:08 +0000 (23:32 -0400)
committerTom Lane
Thu, 20 Oct 2016 03:32:51 +0000 (23:32 -0400)
commitf5d177632e6622676ff7fe49962a75d71820eb97
tree7c1809d8959948204b57b4ba4dfa64d0d82ce237
parentab1c96e19e074264c57c7536d3beabce16fe5198
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.
src/timezone/zic.c