FYI, on a standard RedHat 5.2 system the current PG snapshot fails the
following regessions...
int2 .. failed
int4 .. failed
geometry .. failed
If anyone wants more info, let me know.
diff results/int4.out expected/int4.out
10c10
< ERROR: pg_atoi: error reading "1000000000000": Numerical result out
of range
---
> ERROR: pg_atoi: error reading "1000000000000": Math result not representable
diff results/int2.out expected
10c10
< ERROR: pg_atoi: error reading "100000": Numerical result out of range
---
> ERROR: pg_atoi: error reading "100000": Math result not representable