View Single Post

   
  #2 (permalink)  
Old 04-15-2008, 08:51 PM
Marko Kreen
 
Posts: n/a
Default Re: Threaded Python on BSD ...

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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote