Another portability fix for tzcode2016g update.

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

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