BUG #2401: spinlocks not available on amd64

From: "Theo Schlossnagle" <jesus(at)omniti(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2401: spinlocks not available on amd64
Date: 2006-04-20 02:54:27
Message-ID: 200604200254.k3K2sRkN066266@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


The following bug has been logged online:

Bug reference: 2401
Logged by: Theo Schlossnagle
Email address: jesus(at)omniti(dot)com
PostgreSQL version: 8.1.3
Operating system: Solaris 10
Description: spinlocks not available on amd64
Details:

Compiling 8.1.3 on solaris 10 x86 with Sun Studio 11 for amd64 target
architecture leads us to an error resulting from no available "tas"
assembly.

The tas.s file doesn't look like valid assembly for the shipped Sun
assembler.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-04-20 03:17:51 Re: BUG #2401: spinlocks not available on amd64
Previous Message Roger Braatz 2006-04-20 01:32:22 Dreamweaver 8 bug

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-20 03:17:51 Re: BUG #2401: spinlocks not available on amd64
Previous Message Tom Lane 2006-04-20 01:16:02 Cleaning up multiply-defined-symbol warnings on OS X