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

From: Robert Lor <Robert(dot)Lor(at)Sun(dot)COM>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Theo Schlossnagle <jesus(at)omniti(dot)com>, Josh(dot)Berkus(at)Sun(dot)COM, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #2401: spinlocks not available on amd64
Date: 2006-05-05 15:50:55
Message-ID: 445B745F.4000901@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Bruce, the change was only needed for the SPARC version only. The x86
file worked just fine before and needs to be reverted back. Yes, they
are different.

Apologies if the message was not clear the first time!

Thanks,
Robert

Bruce Momjian wrote:

>Done, for Solaris and x86.
>
>---------------------------------------------------------------------------
>
>Robert Lor wrote:
>
>
>>Hi Bruce,
>>
>>The new SPARC assembly file src/backend/port/tas/solaris_sparc.s uses /
>>instead of ! for comments, and as a result the compile fails with Sun
>>Studio 11. Please modify the first 3 lines to look like the following.
>>
>>
>>
>>>!=======================================================================
>>>! solaris_sparc.s -- compare and swap for solaris_sparc
>>>!=======================================================================
>>>
>>>
>>
>>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-05-05 16:18:40 Re: BUG #2420: NetBSD doesn't need float8-small-is-zero regression
Previous Message Alvaro Herrera 2006-05-05 15:07:47 Re: Insert failure on serial

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua D. Drake 2006-05-05 16:20:55 Re: plpython improvements
Previous Message Hannu Krosing 2006-05-05 13:55:29 Re: plpython improvements