Michael Fuhr <[EMAIL PROTECTED]> writes: > sys/types.h:typedef id_t projid_t;
Well, we certainly include sys/types.h before including sys/socket.h. I wonder if the problem is that that typedef is inside an #if that for some reason is not firing on Thanh's setup? 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