dbTalk Databases Forums  

[BUGS] BUG #2546: PostgreSQL does not have native spinlock support on this platform

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2546: PostgreSQL does not have native spinlock support on this platform in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default [BUGS] BUG #2546: PostgreSQL does not have native spinlock support on this platform - 07-23-2006 , 09:17 PM







The following bug has been logged online:

Bug reference: 2546
Logged by: John Weekley
Email address: weekleyj (AT) foobarlabs (DOT) net
PostgreSQL version: 8.1.4
Operating system: Solaris unknown 5.11 snv_43 i86pc i386 i86pc
Description: PostgreSQL does not have native spinlock support on this
platform
Details:

Platform is 64 bit Solaris x86.
unknown:/export/home/weekleyj/postgresql-8.1.4:>psrinfo -vp
The physical processor has 1 virtual processor (0)
x86 (AuthenticAMD family 15 model 28 step 0 clock 2000 MHz)
Mobile AMD Athlon 64 Processor 3000+

Relevant build output:

gmake[5]: Entering directory
`/export/home/weekleyj/postgresql-8.1.4/src/backend/access/transam'
/opt/SUNWspro/bin/cc -Xa -xO4 -xarch=amd64 -I../../../../src/include
-I/opt/X64/include -c -o xlog.o xlog.c
"../../../../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 (AT) postgresql (DOT) org.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: [BUGS] BUG #2546: PostgreSQL does not have native spinlock support on this platform - 07-23-2006 , 11:19 PM






"John Weekley" <weekleyj (AT) foobarlabs (DOT) net> writes:
Quote:
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 (AT) postgresql (DOT) 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?)

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.