Another portability fix for tzcode2016g update.

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

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