Re: plperl failure on OS X 10.5(.1)

Поиск
Список
Период
Сортировка
От Brandon Maust
Тема Re: plperl failure on OS X 10.5(.1)
Дата
Msg-id 35D3317B-6738-47C6-92D8-E6A6B2AD0202@u.washington.edu
обсуждение исходный текст
Ответ на Re: plperl failure on OS X 10.5(.1)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 21 Nov, 2007, at 11:38 , Tom Lane wrote:

> Brandon Maust <bmaust@u.washington.edu> writes:
>> yes, it is sucking it in (via handy.h), at least in 10.5:
>
>> #if 1 /* always on Mac OS X */
>> #  include <stdbool.h>
>> #  ifndef HAS_BOOL
>> #    define HAS_BOOL 1
>> #  endif
>> #endif
>
> Nasty.  I'm still surprised that there's no redefinition warning for
> "false" and "true", but that's not too important, since the cast to
> (bool) isn't really critical.  I guess what we need is as attached;
> would you try it and see?

yep, fixes it for me with 8.2.5 and 8.3b3.

everything works even allowing that -arch warning, but it's not the  
clean compiling experience I'm used to from postgresql...

Thanks, Tom.

--
Brandon


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: 8.3devel slower than 8.2 under read-only load
Следующее
От: "Gregory Williamson"
Дата:
Сообщение: Re: 8.3devel slower than 8.2 under read-only load