postgresql/contrib/xml2/expected
Tom Lane 7af8e8d671 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:08:27 +00:00
..
xml2_1.out Fix contrib/xml2 so regression test still works when it's built without libxslt. 2010-03-01 18:08:27 +00:00
xml2.out Back-patch today's memory management fixups in contrib/xml2. 2010-03-01 03:41:17 +00:00