On Wed, 26 Oct 2005, Bruce Momjian wrote:
>
> If you are asking about Win32-specific threading, there is no
> documentation about it because it works just like Unix threading. At
> least, that is what I am told.
>
So both libpq and ecpg are thread-safe in Win32? I look into the code,
seems at least ecpg is not, and there is some possible improvements of
libpq (esp. PTHREAD_MUTEX_INITIALIZER).
Regards,
Qingqing