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

2006-07-25 Thread John Weekley
On Mon, 2006-07-24 at 21:47 -0400, Bruce Momjian wrote: > Zdenek Kotala wrote: > > 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

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

2006-07-24 Thread Bruce Momjian
John Weekley wrote: > On Mon, 2006-07-24 at 21:47 -0400, Bruce Momjian wrote: > > Zdenek Kotala wrote: > > > Tom Lane wrote: > > > > "John Weekley" <[EMAIL PROTECTED]> writes: > > > >> Platform is 64 bit Solaris x86. > > > >> ... > > > >> "../../../../src/include/storage/s_lock.h", line 814: #error

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

2006-07-24 Thread Bruce Momjian
Zdenek Kotala wrote: > 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 > >> compil

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

2006-07-24 Thread Bruce Momjian
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 -

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.

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

[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