Re: [BUGS] BUG #2401: spinlocks not available on amd64

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #2401: spinlocks not available on amd64
Дата
Msg-id 16483.1146178926@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2401: spinlocks not available on amd64  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [BUGS] BUG #2401: spinlocks not available on amd64  (Theo Schlossnagle <jesus@omniti.com>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Great, changes attached and applied.  I removed the solaris_i386 and
> solaris_x86_64.s files and made just one solaris_x86.s.  I updated the
> build system to use the new file, updated the macros, and added some
> documentation on the approach.  Thanks.

BTW, on the replacement of ldstub with cas: according to what I find in
google, cas does not exist on pre-V9 SPARCs.  Are we sure no one uses
sparc v8 chips anymore?  Is there any actual advantage to making that
change?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #2401: spinlocks not available on amd64
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Cleaning up multiply-defined-symbol warnings on OS X