Re: [BUGS] Bugreport

2007-01-10 Thread Tom Lane
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/d

Re: [BUGS] Bugreport

2007-01-10 Thread Stefan Kaltenbrunner
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, > performan

Re: [BUGS] bugreport 7.4.5

2004-11-10 Thread Tom Lane
"Riccardo G. Facchini" <[EMAIL PROTECTED]> writes: > creating a table that inherits from another two tables with "WITHOUT > OIDS" generates a table "WITH OIDS", This is not a bug. If either parent table has oids then the child must as well. It's just like inheriting a regular column.