Marco Behnke <[EMAIL PROTECTED]> 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 ---------------------------(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