Re: [GENERAL] Move to core xml from contrib/xml2

2010-03-16 Thread Tom Lane
Frank jansen writes: > Am 15.03.2010 22:10, schrieb Bruce Momjian: >> 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) You were alrea

Re: [GENERAL] Move to core xml from contrib/xml2

2010-03-16 Thread Frank jansen
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

Re: [GENERAL] Move to core xml from contrib/xml2

2010-03-15 Thread 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 contr

[GENERAL] Move to core xml from contrib/xml2

2010-03-15 Thread Frank jansen
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. B