]> 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:04 +0000 (23:33 -0400)
commit4d6c7599b65b6bbd2357883662ea61beccddf81d
tree1f680211266f2a8eee12f3db774419adbced1602
parentc8321040c97f3e23f0b0d2c7e0dcd98de11cfd48
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