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
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
"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.