Re: pgsql-7.4.1 build on darwin-x86

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-7.4.1 build on darwin-x86
Дата
Msg-id 14897.1076474403@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql-7.4.1 build on darwin-x86  (Chris Langlois <clanglois@mac.com>)
Список pgsql-ports
Chris Langlois <clanglois@mac.com> writes:
> Ran all regression tests, and the result: All 93 tests passed.

Cool.

> Just had to modify the src/include/ports/darwin.h with the
> additions (+) noted:

> +#if defined(__i386__)
> +#define HAS_TEST_AND_SET
> +#endif

This should be irrelevant as of CVS tip, because Bruce did some work to
decouple the CPU-specific spinlock assumptions from the OS-specific
assumptions.  The __i386__ spinlock code will now trigger no matter
which OS you use.  Or at least that's the theory --- can you download
CVS tip or a nightly snapshot and confirm it works on your platform?

            regards, tom lane

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

Предыдущее
От: Chris Langlois
Дата:
Сообщение: pgsql-7.4.1 build on darwin-x86
Следующее
От: Chris Langlois
Дата:
Сообщение: Re: pgsql-7.4.1 build on darwin-x86