Re: 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Mihai Criveti <cmihai(at)boreas(dot)ro>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)
Date: 2009-02-11 20:03:12
Message-ID: 13657.1234382592@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Tom Lane wrote:
>> Would it be reasonable to change the test quoted above to
>>
>> elif test "$PORTNAME" = "aix"; then ...
>>
>> that is try -qnoansialias anytime the compiler isn't gcc and the
>> platform is aix? Is xlc used on any platform other than aix?

> That would probably make sense. I think we just never supported xlc_r,
> and the threading code rejects a separate thread-safe compiler.

Done in CVS HEAD.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-02-11 20:17:36 Re: Re: [COMMITTERS] pgsql: Update autovacuum to use reloptions instead of a system catalog,
Previous Message Alvaro Herrera 2009-02-11 19:59:48 Re: Re: [COMMITTERS] pgsql: Update autovacuum to use reloptions instead of a system catalog,