pgsql: Fix datetime input functions to correctly detect integer overflow
От
tgl@postgresql.org (Tom Lane)
Тема
pgsql: Fix datetime input functions to correctly detect integer overflow
Дата
Msg-id
20080609193425.2002F75602C@cvs.postgresql.org
Список
Log Message:
-----------
Fix datetime input functions to correctly detect integer overflow when
running on a 64-bit platform ... strtol() will happily return 64-bit
output in that case. Per bug #4231 from Geoff Tolley.
Tags:
----
REL8_1_STABLE
Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.160.2.5 -> r1.160.2.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.160.2.5&r2=1.160.2.6)
В списке pgsql-committers по дате отправления
От: tgl@postgresql.org (Tom Lane)
Дата:
От: tgl@postgresql.org (Tom Lane)
Дата: