Postgres 8.0.0b1 build on Solaris 10 Ultrasparc

From: andrea(dot)martano(at)lighthousetc(dot)net
To: pgsql-bugs(at)postgresql(dot)org
Subject: Postgres 8.0.0b1 build on Solaris 10 Ultrasparc
Date: 2004-08-26 08:19:23
Message-ID: 1093508363.412d9d0b7fdf7@sferamail.sfera.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

hello all,

here follows the regression test run on postgres 8.0.0b1.

Hardware Ultra 2 dual 300MHz CPUS 768MB RAM
OS Solaris 10 b 5

------------------------------

============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 15380
============== creating database "regression" ==============
CREATE DATABASE
ALTER DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL ==============
============== running regression test queries ==============
parallel group (13 tests): boolean char text varchar name int4 int8 oid int2
float4 bit float8 numeric
boolean ... ok
char ... ok
name ... ok
varchar ... ok
text ... ok
int2 ... ok
int4 ... ok
int8 ... ok
oid ... ok
float4 ... ok
float8 ... ok
bit ... ok
numeric ... ok
test strings ... ok
test numerology ... ok
parallel group (20 tests): point lseg path box circle polygon timetz time date
interval abstime tinterval timestamp comments reltime inet timestamptz
type_sanity oidjoins opr_sanity
point ... ok
lseg ... ok
box ... ok
path ... ok
polygon ... ok
circle ... ok
date ... ok
time ... ok
timetz ... ok
timestamp ... ok
timestamptz ... ok
interval ... ok
abstime ... ok
reltime ... ok
tinterval ... ok
inet ... ok
comments ... ok
oidjoins ... ok
type_sanity ... ok
opr_sanity ... ok
test geometry ... ok
test horology ... ok
test insert ... ok
test create_function_1 ... ok
test create_type ... ok
test create_table ... ok
test create_function_2 ... ok
test copy ... ok
parallel group (7 tests): create_aggregate create_operator triggers vacuum
constraints inherit create_misc
constraints ... ok
triggers ... ok
create_misc ... ok
create_aggregate ... ok
create_operator ... ok
inherit ... ok
vacuum ... ok
parallel group (2 tests): create_view create_index
create_index ... ok
create_view ... ok
test sanity_check ... ok
test errors ... ok
test select ... ok
parallel group (18 tests): select_into select_having select_distinct_on
select_distinct case union aggregates random update select_implicit transactions
namespace hash_index join arrays btree_index portals subselect
select_into ... ok
select_distinct ... ok
select_distinct_on ... ok
select_implicit ... ok
select_having ... ok
subselect ... ok
union ... ok
case ... ok
join ... ok
aggregates ... ok
transactions ... ok
random ... ok
portals ... ok
arrays ... ok
btree_index ... ok
hash_index ... ok
update ... ok
namespace ... ok
test privileges ... ok
test misc ... ok
parallel group (5 tests): portals_p2 select_views cluster rules foreign_key
select_views ... ok
portals_p2 ... ok
rules ... ok
foreign_key ... ok
cluster ... ok
parallel group (14 tests): limit temp sequence truncate polymorphism copy2
prepare conversion rangefuncs domain rowtypes without_oid plpgsql alter_table
limit ... ok
plpgsql ... ok
copy2 ... ok
temp ... ok
domain ... ok
rangefuncs ... ok
prepare ... ok
without_oid ... ok
conversion ... ok
truncate ... ok
alter_table ... ok
sequence ... ok
polymorphism ... ok
rowtypes ... ok
test stats ... ok
test tablespace ... ok
============== shutting down postmaster ==============
postmaster stopped

======================
All 96 tests passed.
======================

rm regress.o
make[2]: Leaving directory
`/export/DATA/BUILD/postgresql-8.0.0beta1/src/test/regress'
make[1]: Leaving directory `/export/DATA/BUILD/postgresql-8.0.0beta1/src/test'

-------------------------------

No more errors as in Solaris 9.

regards,

Andre Martano

Browse pgsql-bugs by date

  From Date Subject
Next Message Gaetano Mendola 2004-08-26 08:23:33 Re: BUG #1231: Probelm with transactions in stored code.
Previous Message Ingo Schellhammer 2004-08-26 07:18:29 MOVE FIRST does not work in PL/pgSQL on refcursor