pgsql: Another portability fix for tzcode2016g update.

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

pgsql: Another portability fix for tzcode2016g update.

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f5d177632e6622676ff7fe49962a75d71820eb97

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

FAQ