Another portability fix for tzcode2016g update.

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

Commit: aee5eb8300ac8e37e5f32b87b499eba390ed4737
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-20T03:33:18Z
Releases: 9.1.24
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