postgresql/contrib/xml2
Tom Lane 5e47403be3 Make contrib/xml2 use core xml.c's error handler, when available (that is,
in versions >= 8.3).  The core code is more robust and efficient than what
was there before, and this also reduces risks involved in swapping different
libxml error handler settings.

Before 8.3, there is still some risk of problems if add-on modules such as
Perl invoke libxml without setting their own error handler.  Given the lack
of reports I'm not sure there's a risk in practice, so I didn't take the
step of actually duplicating the core code into older contrib/xml2 branches.
Instead I just tweaked the existing code to ensure it didn't leave a dangling
pointer to short-lived memory when throwing an error.
2010-03-03 19:10:22 +00:00
..
expected Fix contrib/xml2 so regression test still works when it's built without libxslt. 2010-03-01 18:07:59 +00:00
sql Fix up memory management problems in contrib/xml2. 2010-02-28 21:31:57 +00:00
Makefile Fix contrib/xml2 so regression test still works when it's built without libxslt. 2010-03-01 18:07:59 +00:00
pgxml.sql.in Fix contrib/xml2 so regression test still works when it's built without libxslt. 2010-03-01 18:07:59 +00:00
uninstall_pgxml.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
xpath.c Make contrib/xml2 use core xml.c's error handler, when available (that is, 2010-03-03 19:10:22 +00:00
xslt_proc.c Make contrib/xml2 use core xml.c's error handler, when available (that is, 2010-03-03 19:10:22 +00:00