Re: BUG #2546: PostgreSQL does not have native spinlock support

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: BUG #2546: PostgreSQL does not have native spinlock support
Дата
Msg-id 44C45E70.8060103@sun.com
обсуждение исходный текст
Ответ на Re: BUG #2546: PostgreSQL does not have native spinlock support on this platform  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #2546: PostgreSQL does not have native spinlock  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
Tom Lane wrote:
> "John Weekley" <weekleyj@foobarlabs.net> writes:
>> Platform is 64 bit Solaris x86.
>> ...
>> "../../../../src/include/storage/s_lock.h", line 814: #error: PostgreSQL
>> does not have native spinlock support on this platform.  To continue the
>> compilation, rerun configure using --disable-spinlocks.  However,
>> performance will be poor.  Please report this to pgsql-bugs@postgresql.org.
>
> It looks like s_lock.h currently has coverage for amd64 using gcc, or
> sparc64 using either compiler, but not for amd64 using Sun's cc.
> Please feel free to send a patch, or you could pester Sun to send us
> one (Josh?)

SunStudio is supported on the HEAD (8.2). Spin lock problem is know
issue in version 8.1.4. I don't know if latest 8.1 branch contains
backport.


        Zdenek

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2546: PostgreSQL does not have native spinlock support on this platform
Следующее
От: Tino Schwarze
Дата:
Сообщение: initdb problem on Windows - SOLVED