]> 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:43 +0000 (23:32 -0400)
commit9937088b26eef7bbe27a9bb5f497aa6307fded5c
tree32baa6eb894a2a70f1f72d0f86f325a991698d71
parent9ee22f1ff66ae3632a4cd0391c487a327ef401ca
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