"Len Zaifman" <[EMAIL PROTECTED]> writes:
> The following error occuredbuilding Postgresql 8.2.4 on SLES 9 using SUN
> STUDIO 12 compilers
> sunstudio12/bin/cc -O -I../../../../src/include -D_GNU_SOURCE -c -o xlog.o
> xlog.c
> "../../../../src/include/storage/s_lock.h", line 810: #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 [EMAIL PROTECTED]
By and large we don't try to support nonstandard compilers on Linux.
Use gcc.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match