Postgres error - typeidTypeRelid (AIX, PPC and Alpha) - Mailing list pgsql-hackers

From David R. Favor
Subject Postgres error - typeidTypeRelid (AIX, PPC and Alpha)
Date
Msg-id 3767F649.6FB71755@austin.ibm.com
Whole thread Raw
Responses Re: [HACKERS] Postgres error - typeidTypeRelid (AIX, PPC and Alpha)  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
I've seen several posts about this and contacted the developers
at Yellow Dog Linux. Turns out they have the same problem and the
only way they have gotten PostgreSQL to work is by compiling with
a -O0 flag.

My guess is there is some problem in gcc specific to the PowerPC
platform. I can get PostgreSQL to work either with the native xlc
compiler + -O2 or gcc + -O0.

Suggestions?


pgsql-hackers by date:

Previous
From: Wayne
Date:
Subject: Evaluating Front ends to PG.
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] SET QUERY_LIMIT bug report