Re: GCC vs clang

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Greg Sabino Mullane" <greg@turnstep.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-11-16T18:10:15Z
Lists: pgsql-hackers
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> Tom asked:
>> What happens to plperl?

> It still doesn't work. I was going to leave it out via --without-perl, 
> and save fixing that for another day. There's a handful of other 
> warnings when making, but --with-perl is the only showstopper 
> (once the GNU_SOURCE problem is solved).

I'm hesitant to put in a patch that breaks plperl, even if it's for
a situation where you otherwise couldn't build at all; because plperl
would still be broken after the clang problem is resolved.

Better to get a fixed copy of clang.

			regards, tom lane