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:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend
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_0_STABLE
Modified Files:
--
pgsql/src/backend
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
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_2_STABLE
Modified Files:
--
pgsql/src/backend
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_3_STABLE
Modified Files:
--
pgsql/src/backend
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.
Modified Files:
--
pgsql/src/backend/utils/adt:
dateti