## Alvaro Herrera (alvherre(at)2ndquadrant(dot)com):
> > The below diff fixes one problem: you can't compare pthread_t values
> > directly. Only the function pthread_equal(3) is defined. Direct
> > comparison usually works because most implementations define pthread_t
> > as an integer type.
>
> So is there a platform where this assumption doesn't hold?
E.g. FreeBSD has "typedef struct pthread *pthread_t;" with a
non-trivial "struct pthread".
Regards,
Christoph
--
Spare Space