Postgres error - typeidTypeRelid (AIX, PPC and Alpha)

From: "David R(dot) Favor" <dfavor(at)austin(dot)ibm(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Postgres error - typeidTypeRelid (AIX, PPC and Alpha)
Date: 1999-06-16 19:08:57
Message-ID: 3767F649.6FB71755@austin.ibm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-06-16 22:01:04 Re: [HACKERS] SET QUERY_LIMIT bug report
Previous Message José Soares 1999-06-16 16:12:11 Re: [HACKERS] 6.5.0 - Overflow bug in AVG( )