Regression failures - Mailing list pgsql-hackers

From Chris Bitmead
Subject Regression failures
Date
Msg-id 37008B9A.4199948F@bigfoot.com
Whole thread Raw
In response to Large objects error - expected a 'V' from the backend  (Chris Bitmead <chris.bitmead@bigfoot.com>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] select * from pg_veiw; errors in 6.5 and 6.4.2
Next
From: Peter Mount
Date:
Subject: RE: [HACKERS] Large objects error - expected a 'V' from the backe nd