Re: threads stuff/UnixWare - Mailing list pgsql-hackers

From Marc G. Fournier
Subject Re: threads stuff/UnixWare
Date
Msg-id 20040512141258.E35531@ganymede.hub.org
Whole thread Raw
In response to Re: threads stuff/UnixWare  (Larry Rosenman <ler@lerctr.org>)
Responses Re: threads stuff/UnixWare  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
On Wed, 12 May 2004, Larry Rosenman wrote:

> I'd LIKE to be able to have PG wrappers for those functions, and have
> the first invocation of them look via dlsym() for the real ones, and if
> they are NOT there, use fake functions that assume we are NOT threaded.

Wouldn't it be easier to have a #define?

Correct me if I'm wrong here, but the problem is that we are expecting
thread functinos to be called x_, while Unixware defines them as pthread_,
right? so make Unixware specific #defines that map x_ to pthread_ ...



----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: threads stuff/UnixWare
Next
From: Larry Rosenman
Date:
Subject: Re: threads stuff/UnixWare