postgresql-8.0.0beta2 works for me on HPUX workstation.

From: "Verbus M(dot) Counts" <verbus(at)hotmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: postgresql-8.0.0beta2 works for me on HPUX workstation.
Date: 2004-09-02 20:57:27
Message-ID: BAY2-F23WvUbLkiChiw000039e4@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Greetings,

$ uname -a
HP-UX toyota B.11.11 U 9000/778 2013026443 unlimited-user license

$ export CC=cc

$ ./configure --without-readline --without-zlib

$ make

.
.
cc -Ae +O2 .
.
.

$ make install

$ make check
.
.
.
.
.
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.

$ ./pgbench -c 50 -t 100 bench
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 10
number of clients: 50
number of transactions per client: 100
number of transactions actually processed: 5000/5000
tps = 31.909912 (including connections establishing)
tps = 32.194586 (excluding connections establishing)

Regards,
Verbus Counts
916-765-1624 Cell

Browse pgsql-ports by date

  From Date Subject
Next Message marco 2004-09-18 10:17:49
Previous Message Sabih Nasir 2004-09-02 17:23:05 Re: Porting PostgreSQL 7.4.5 to HPUX 11.23i IA64 platform