Regression failures

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: Regression failures
Date: 1999-03-30 08:30:18
Message-ID: 37008B9A.4199948F@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Mount 1999-03-30 08:53:19 RE: [HACKERS] Large objects error - expected a 'V' from the backe nd
Previous Message Jan Wieck 1999-03-30 08:01:17 Re: [HACKERS] select * from pg_veiw; errors in 6.5 and 6.4.2