Re: libxml incompatibility - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: libxml incompatibility
Date
Msg-id 49B18066.50202@dunslane.net
Whole thread Raw
In response to libxml incompatibility  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: libxml incompatibility  (Kenneth Marshall <ktm@rice.edu>)
List pgsql-hackers

Alvaro Herrera wrote:
> Hi,
>
> It seems that if you load libxml into a backend for whatever reason (say
> you create a table with a column of type xml) and then create a plperlu
> function that "use XML::LibXML", we get a segmentation fault.
>
>
>   

Yes, I discovered this a few weeks ago. It looks like libxml is not 
reentrant, so for perl you need to use some other XML library. Very 
annoying.

cheers

andrew


pgsql-hackers by date:

Previous
From: Kenneth Marshall
Date:
Subject: Re: libxml incompatibility
Next
From: Alvaro Herrera
Date:
Subject: poor wording on SSPI error message