Re: [HACKERS] Thread safety and libxml2

2010-04-22 Thread Robert Haas
On Mon, Apr 19, 2010 at 10:52 AM, Robert Haas wrote: > On Thu, Feb 18, 2010 at 8:41 PM, Bruce Momjian wrote: >> Peter Eisentraut wrote: >>> 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 libx

Re: [HACKERS] Thread safety and libxml2

2010-04-19 Thread Robert Haas
On Thu, Feb 18, 2010 at 8:41 PM, Bruce Momjian wrote: > Peter Eisentraut wrote: >> 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://xmlso

Re: [HACKERS] Thread safety and libxml2

2010-02-18 Thread Bruce Momjian
Peter Eisentraut wrote: > 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

Re: [HACKERS] Thread safety and libxml2

2009-12-31 Thread Peter Eisentraut
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-sa

[HACKERS] Thread safety and libxml2

2009-12-30 Thread Greg Smith
We got an interesting report on the testers list today: http://archives.postgresql.org/pgsql-testers/2009-12/msg0.php 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 Di