Bugreport

Started by Marco Behnkeover 19 years ago3 messagesbugs
Jump to latest
#1Marco Behnke
m.behnke@portrix.net

I am compiling postgres on a intel mac machine

../../../../src/include/storage/s_lock.h:543:2: error: #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@postgresql.org.
In file included from ../../../../src/include/storage/spin.h:50,
from xlog.c:35:

--
Portrix.net
z. Hd. Marco Behnke
Stresemannstr. 375
22761 Hamburg

#2Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Marco Behnke (#1)
Re: Bugreport

Marco Behnke wrote:

I am compiling postgres on a intel mac machine

../../../../src/include/storage/s_lock.h:543:2: error: #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@postgresql.org.
In file included from ../../../../src/include/storage/spin.h:50,
from xlog.c:35:

what versions of MacOSX and postgresql are that exactly ?

Stefan

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Marco Behnke (#1)
Re: Bugreport

Marco Behnke <m.behnke@portrix.net> writes:

I am compiling postgres on a intel mac machine
../../../../src/include/storage/s_lock.h:543:2: error: #error PostgreSQL
does not have native spinlock support on this platform.

Use something newer than PG 7.4, or if you must, hack up
src/include/port/darwin.h to know about darwin-on-intel.

regards, tom lane