Re: [HACKERS] Need help woth thread support in ecpglib

2005-04-11 Thread Philip Yarra
Hi Michael, I'll have a look at it this afternoon, unless Lee wants first go. Regards, Philip. On Tuesday 12 April 2005 00:28, Michael Meskes wrote: > Hi, > > I recently got the following bug report. It appears to be a bug in > pthread implementation in ecpglib/connect.c where > > pthread_gets

[HACKERS] Need help woth thread support in ecpglib

2005-04-11 Thread Michael Meskes
Hi, I recently got the following bug report. It appears to be a bug in pthread implementation in ecpglib/connect.c where pthread_getspecific(actual_connection_key); doesn't return the value of actual_connection, the variable used for non-threaded mode. Problem is I never really used threading i