Re: Move to core xml from contrib/xml2

From: Frank jansen <jansen(at)fumarium(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Move to core xml from contrib/xml2
Date: 2010-03-16 15:39:14
Message-ID: 4B9FA622.1060503@fumarium.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 15.03.2010 22:10, schrieb Bruce Momjian:
> Frank jansen wrote:
>
>> Hi,
>>
>> we have encountered huge memory problems (segfault on 8.4.2, out of
>> memory on 8.4.3) with our xml functions when moving from 8.3 to 8.4, as
>> mentioned here:
>> http://archives.postgresql.org/pgsql-general/2010-03/msg00563.php
>>
>> We think about moving from contrib/xml2 to the core xml support.
>> But i have no clue how to change the database functions so they use the
>> core xml support. I have already uninstalled contrib/xml2, but now i
>> dont know further. I seem to cannot find any information how to use the
>> core xml support in the manuals or anywhere in the net.
>>
> We have fixed the serious bugs in /contrib/xml2 with the minor releases
> that came out today, 2010-03-15.
>
As already said: "out of memory on 8.4.3" (the script consumes up
machines memory till it dies)

My question was how we have to alter our database functions to use the
core xml support, i cannot find any documents about switch from
contrib/xml2 to core xml support? We use xpath_string, xpath and
xpath_nodeset and many more. This page:
http://wiki.postgresql.org/wiki/XML_Support doesnt say much, especially
regarding the move from contrib to core xml.

Kind regards,

Frank Jansen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-03-16 15:46:58 Re: Move to core xml from contrib/xml2
Previous Message Manlio Perillo 2010-03-16 15:14:43 Re: restoring a database to its initial state