Re: [HACKERS] Fixed! PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David R(dot) Favor" <dfavor(at)gate(dot)corridor(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Fixed! PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error
Date: 1999-03-04 15:06:48
Message-ID: 28136.920560008@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"David R. Favor" <dfavor(at)gate(dot)corridor(dot)com> writes:
> I was able to fix this problem by recompiling everything using
> xlc 3.6.4 (AIX native compiler). This leads me to believe there
> is some evil bug in gcc.

... where apparently "gcc" = "egcs-2.93.08 19990214".

I'm not sure about the stability of egcs releases; do you have a
production release there or just a beta?

You might have better luck with gcc 2.8.1 or even 2.7.2. (I've
been using 2.7.2.2 for several years with nary a bug, though
admittedly I don't do anything with templates or exceptions...)

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-03-04 15:13:20 Re: [HACKERS] Fixed! PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error
Previous Message David R. Favor 1999-03-04 14:54:36 Fixed! PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error