Re: [HACKERS] contrib/xml2 vs core xml in 8.3

2010-02-28 Thread David Fetter
On Sun, Feb 28, 2010 at 06:57:33PM -0500, Tom Lane wrote: > So I started to work on back-patching the no-pallocs change in xml2. > It seems to work fine in 8.4, but it crashes in 8.3. The reason is > that we never back-patched the 8.4 change to make utils/adt/xml.c > not change the libxml2 memory

[HACKERS] contrib/xml2 vs core xml in 8.3

2010-02-28 Thread Tom Lane
So I started to work on back-patching the no-pallocs change in xml2. It seems to work fine in 8.4, but it crashes in 8.3. The reason is that we never back-patched the 8.4 change to make utils/adt/xml.c not change the libxml2 memory allocation functions. That means that if you try to intermix core