On Thursday September 8 2005 3:48 pm, Ed L. wrote: > On Thursday September 8 2005 2:18 pm, Tom Lane wrote: > > "Ed L." <[EMAIL PROTECTED]> writes: > > > In file included from pg_sema.c:22: > > > /usr/include/sys/ipc.h:51: error: parse error before > > > "cid_t" /usr/include/sys/ipc.h:56: error: parse error > > > before '}' token > > > > So where is cid_t defined? > > /usr/include/sys/types.h: typedef int32_t cid_t; > /* For compartment IDs */ > > This is 8.1beta1.
I see sys/ipc.h already #includes sys/types.h, though. Ed ---------------------------(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