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