postgresql/contrib/xml2
Tom Lane d6a6f8c6be Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
2010-03-01 18:07:59 +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 Remove xmlCleanupParser calls from contrib/xml2. 2010-03-01 05:16:35 +00:00
xslt_proc.c Fix contrib/xml2 so regression test still works when it's built without libxslt. 2010-03-01 18:07:59 +00:00