Re: Another issue with invalid XML values
Bernd Helmle <mailings@oopsware.de>
From: Bernd Helmle <mailings@oopsware.de>
To: Tom Lane <tgl@sss.pgh.pa.us>, Florian Pflug <fgp@phlo.org>
Cc: Noah Misch <noah@leadboat.com>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-07-25T16:53:13Z
Lists: pgsql-hackers
--On 20. Juli 2011 13:06:17 -0400 Tom Lane <tgl@sss.pgh.pa.us> wrote: > I've committed this patch with the discussed changes and some other > editorialization. I have to leave for an appointment and can't write > anything now about the changes, but feel free to ask questions if you > have any. Hmm, when building against libxml2 2.7.8 i get reproducible failing regression tests on OSX 10.6.7. It is griping with WARNING: libxml error handling state is out of sync with xml.c all over the place. A quick check with compiling against the libxml2 shipped with OSX (which seems libxml2 2.7.3) causes everything to work as expected, however. -- Thanks Bernd