Обсуждение: pgsql: Another portability fix for tzcode2016g update.

Поиск
Список
Период
Сортировка

pgsql: Another portability fix for tzcode2016g update.

От
Tom Lane
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/23ed2ba8121178474f8c51774c6c258cb165a562

Modified Files
--------------
src/timezone/zic.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)