Re: 7.2beta3 on Digital Alpha

From: "Jim Buttafuoco" <jim(at)buttafuoco(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.2beta3 on Digital Alpha
Date: 2001-11-29 01:35:04
Message-ID: 200111290135.fAT1Z4U18308@dual.buttafuoco.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just tried on Tru64 5.1 using the Compaq C compiler. Failed the float8,
oidjoin and random tests.

*** ./expected/float8-fp-exception.out Thu Mar 30 02:46:00 2000
--- ./results/float8.out Wed Nov 28 19:29:33 2001
***************
*** 237,243 ****

-- test for over- and underflow
INSERT INTO FLOAT8_TBL(f1) VALUES ('10e400');
! ERROR: Input '10e400' is out of range for float8
INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
ERROR: Input '-10e400' is out of range for float8
INSERT INTO FLOAT8_TBL(f1) VALUES ('10e-400');
--- 237,243 ----

-- test for over- and underflow
INSERT INTO FLOAT8_TBL(f1) VALUES ('10e400');
! ERROR: Bad float8 input format '10e400'
INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
ERROR: Input '-10e400' is out of range for float8
INSERT INTO FLOAT8_TBL(f1) VALUES ('10e-400');

OIDJOIN had this...
! psql: server closed the connection unexpectedly
! This probably means the server terminated abnormally
! before or while processing the request.

--- ./results/random.out Wed Nov 28 19:33:03 2001
***************
*** 25,31 ****
GROUP BY random HAVING count(random) > 1;
random | count
--------+-------
! (0 rows)

SELECT random FROM RANDOM_TBL
WHERE random NOT BETWEEN 80 AND 120;
--- 25,32 ----
GROUP BY random HAVING count(random) > 1;
random | count
--------+-------
! 119 | 2
! (1 row)

SELECT random FROM RANDOM_TBL
WHERE random NOT BETWEEN 80 AND 120;

======================================================================

I can post the whole regression.out file if someone needs it.

Jim

> Just donwloaded and built 7.2beta3 on Compaq Tru64 (Digital Unix) 4.0
on
> Alpha architecture and now all regression tests are passed.
>
> test=# SELECT version();
> version
> ----------------------------------------------------------------
> PostgreSQL 7.2b3 on alphaev67-dec-osf4.0g, compiled by cc -std
>
> --
> Alessio F. Bragadini alessio(at)albourne(dot)com
> APL Financial Services http://village.albourne.com
> Nicosia, Cyprus phone: +357-22-755750
>
> "It is more complicated than you think"
> -- The Eighth Networking Truth from RFC 1925
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Buttafuoco 2001-11-29 01:37:18 Re: 7.2beta3 on Digital Alpha
Previous Message Thomas Lockhart 2001-11-29 00:09:21 Re: Call for platform testing