Re: Thread safety and libxml2 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Thread safety and libxml2
Date
Msg-id 1262250990.31337.9.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Thread safety and libxml2  (Greg Smith <greg@2ndquadrant.com>)
Responses Re: Thread safety and libxml2  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On ons, 2009-12-30 at 12:55 -0500, Greg Smith wrote:
> Basically, configure failed on their OpenBSD system because thread 
> safety is on but the libxml2 wasn't compiled with threaded support:  
> http://xmlsoft.org/threads.html
> 
> Disabling either feature (no --with-libxml or --disable-thread-safety)
> gives a working build. 

This could perhaps be fixed by excluding libxml when running the thread
test.  The thread result is only used in the client libraries and libxml
is only used in the backend, so those two shouldn't meet each other in
practice.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: PATCH: Add hstore_to_json()
Next
From: Hitoshi Harada
Date:
Subject: More frame options in window functions