]> 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:18 +0000 (23:33 -0400)
commitaee5eb8300ac8e37e5f32b87b499eba390ed4737
treeb60dce54b2546444221242db1a9bcd9189264eba
parentfadfe66497be1253064c1f19c4779a96d49e1ec4
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