Re: Driver doesn't work without --enable-pthreads - Mailing list pgsql-odbc

From Peter Eisentraut
Subject Re: Driver doesn't work without --enable-pthreads
Date
Msg-id 200611030830.54502.peter_e@gmx.net
Whole thread Raw
In response to Re: Driver doesn't work without --enable-pthreads  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: Driver doesn't work without --enable-pthreads  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
Hiroshi Inoue wrote:
> Peter Eisentraut wrote:
> > The driver in CVS head doesn't work unless --enable-pthreads is
> > given. The macro INIT_CONNLOCK isn't defined but is still
> > referenced in the code so you get an undefined symbol error.
>
> Don't you #define HAVE_ECO_THREAD_LOCKS ?
> If so I've just fixed the bug(typo).

Now it's missing CONNLOCK_ACQUIRE.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-odbc by date:

Previous
From: "lothar.behrens@lollisoft.de"
Date:
Subject: Crash on Mac OS X while using MallocDebug ?
Next
From: Hiroshi Inoue
Date:
Subject: Re: Driver doesn't work without --enable-pthreads