Re: HPux 11i

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Richardson <markmapo(at)yahoo(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: HPux 11i
Date: 2005-07-14 13:03:26
Message-ID: 13907.1121346206@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Mark Richardson <markmapo(at)yahoo(dot)com> writes:
> So now I'm trying 8.0.3 with the same arguments. Everthing compiles and installs, initdb seems to run ok, but when I start the postmaster I get a bunch of errors...
> LOG: ordering error in dattktbl table: "ty" >= ""
> LOG: ordering error in dattktbl table: "" >= ""

> Any clues as to what I should try?

Get a compiler update from HP, or try reducing the optimization level,
or try gcc. The last few cc releases seem to have been a bit buggy :-(

FWIW, here are my notes from the last time I built Postgres on HP's
testdrive systems, which was about six months ago:

On 11.11:
gcc/main ok
gcc/contrib ok
cc/main ok (with +O2 even)
cc/contrib ok
/usr/local/pa64/bin:
gcc64/main Assert in guc.c fails, else ok
gcc64/contrib ok
cc CFLAGS=+DD64 /main ok
cc CFLAGS=+DD64 /contrib ok

On 11.23 (IA64):
gcc not available?
cc/main ok as long as don't use +O with unpatched compiler
cc/contrib ok
cc CFLAGS=+DD64 /main ok
cc +DD64 /contrib ok

Unfortunately I didn't make a note of exactly which compiler versions
were installed on these machines at the time.

regards, tom lane

In response to

  • HPux 11i at 2005-07-08 16:59:48 from Mark Richardson

Browse pgsql-ports by date

  From Date Subject
Next Message Chris Browne 2005-07-14 15:02:37 Re: pthreads issue when compiling 7.4.8 on AIX 5.3 -- RESOLVED
Previous Message Mohan, Ross 2005-07-13 15:28:18 Re: pthreads issue when compiling 7.4.8 on AIX 5.3 -- RESOLVED