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

2006-07-23 Thread John Weekley
The following bug has been logged online: Bug reference: 2546 Logged by: John Weekley Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Solaris unknown 5.11 snv_43 i86pc i386 i86pc Description:PostgreSQL does not have native spinlock support

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

2006-07-23 Thread Tom Lane
"John Weekley" <[EMAIL PROTECTED]> 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

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

2006-07-23 Thread Zdenek Kotala
Tom Lane wrote: "John Weekley" <[EMAIL PROTECTED]> 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.