Bruce Momjian wrote:
>I could not get this patch to compile. I am getting a failure because
>BSD/OS doesn't have pthread_rwlock_wrlock(). I am concerned other
>platforms might not have it either.
>
>
I feared that. I'll switch to pthread_mutex_lock()+_unlock().
pthread_rwlock_wrlock()+_unlock was faster in some tests - wrlocks do
not need to be async signal safe.
I'll send a new patch.
--
Manfred