postgresql/contrib/xml2
Robert Haas 10c378f235 Fix contrib/sepgsql and contrib/xml2 to always link required libraries.
contrib/xml2 can get by without libxslt; the relevant features just
won't work.  But if doesn't have libxml2, or if sepgsql doesn't have
libselinux, the link succeeds but the module then fails to work at load
time.  To avoid that, link the require libraries unconditionally, so
that it will be clear at link-time that there is a problem.

Per discussion with Tom Lane and KaiGai Kohei.
2011-08-19 12:00:45 -04:00
..
expected Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
sql Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 2011-08-19 12:00:45 -04:00
xml2--1.0.sql Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 2011-02-13 22:54:52 -05:00
xml2--unpackaged--1.0.sql Fix upgrade of contrib/xml2 from 9.0. 2011-02-17 18:11:28 -05:00
xml2.control Fix upgrade of contrib/xml2 from 9.0. 2011-02-17 18:11:28 -05:00
xpath.c Rewrite libxml error handling to be more robust. 2011-07-20 13:03:49 -04:00
xslt_proc.c Rewrite libxml error handling to be more robust. 2011-07-20 13:03:49 -04:00