Another portability fix for tzcode2016g update.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f5d177632e6622676ff7fe49962a75d71820eb97
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-20T03:32:51Z
Releases: 9.5.5
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.

Files

PathChange+/−
src/timezone/zic.c modified +1 −2