Files
postgresql/src
Bruce Momjian 5035d7b985 pg_atoi() does range check on int4 data only if
"HAS_LONG_LONG" is defined based on the assumption that
strtol() would return ERANGE if a platform does not support
64-bit integers. In current PostgreSQL 6.5 (and 6.4.2)
distribution, "HAS_LONG_LONG" is defined only if platform
is "alpha". (See include/port/alpha.h) I think the int4
range check should apply to linux_alpha as well. (I have
not tested yet but I guess this might be applicable to
newer Linux/i386 distributions which includes new GCC which
implements long int as 64-bit int.)
1999-07-08 00:27:01 +00:00
..
1999-07-05 21:48:21 +00:00
1998-11-19 02:39:51 +00:00
1998-03-16 05:52:23 +00:00
1999-07-07 17:17:50 +00:00
1999-06-26 15:54:36 +00:00
1999-06-28 18:40:34 +00:00
1999-05-25 16:15:34 +00:00
1999-05-25 16:15:34 +00:00
Hi,
1999-06-11 15:01:29 +00:00
1997-08-22 16:38:33 +00:00
1999-07-08 00:15:03 +00:00