]> granicus.if.org Git - postgresql/commit
Another portability fix for tzcode2016g update.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2016 03:32:08 +0000 (23:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2016 03:33:11 +0000 (23:33 -0400)
commit0d386bdb6c65c251f9a595247455527c441ebfd3
tree55433ca8be23e44fa19c566d6e5836750f8be08a
parentd5911df8a707993e819457a99c76e50a2fe49591
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