Re: Threaded Python on BSD ... - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Threaded Python on BSD ...
Date
Msg-id e51f66da0707090324k2f6949dahd02cf814a2971b63@mail.gmail.com
Whole thread Raw
In response to Threaded Python on BSD ...  (Hans-Juergen Schoenig <postgres@cybertec.at>)
Responses Re: Threaded Python on BSD ...  (Hans-Juergen Schoenig <postgres@cybertec.at>)
List pgsql-hackers
On 7/9/07, Hans-Juergen Schoenig <postgres@cybertec.at> wrote:
> does anybody remember why threaded python is not allowed on some flavors of BSD?

AFAIR the problem is they use separate libc for threaded things,
and main postgres is (and will be) linked with non-threaded libc.

-- 
marko


pgsql-hackers by date:

Previous
From: Hans-Juergen Schoenig
Date:
Subject: Threaded Python on BSD ...
Next
From: Hans-Juergen Schoenig
Date:
Subject: Re: Threaded Python on BSD ...