]> 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:32:58 +0000 (23:32 -0400)
commit65935033d64cb5ad51f7e5967860d545400beccd
tree32dbc1df4e3a6e401dd8ac34f781109313ef7818
parentfba888a8779e16ae25c1443e3a7fdea44817c87c
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