Re: [GENERAL] int2/int4 Failure with 6.5.1 and SlackWare 4.0

1999-07-28 Thread Herouth Maoz
At 19:16 +0300 on 28/07/1999, Charles Tassell wrote: > Here is the error from int2.out: > > QUERY: CREATE TABLE INT2_TBL(f1 int2); > QUERY: INSERT INTO INT2_TBL(f1) VALUES ('0'); > QUERY: INSERT INTO INT2_TBL(f1) VALUES ('1234'); > QUERY: INSERT INTO INT2_TBL(f1) VALUES ('-1234'); > QUERY: INSER

[GENERAL] int2/int4 Failure with 6.5.1 and SlackWare 4.0

1999-07-28 Thread Charles Tassell
Hi there, When running the regression tests for Postgres 6.5.1 on my SlackWare 4.0 box, I received an error on the int2 and int4 types. Here's what was in the regress.out file: text .. ok strings .. ok int2 .. failed int4 .. failed int8 .. ok oid .. ok float4 .. ok float8 .. ok Here is the