pgsql: Fix contrib/xml2 so regression test still works when it's built

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix contrib/xml2 so regression test still works when it's built
Дата
Msg-id 20100301180808.03AB17541D1@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/contrib/xml2:
        Makefile (r1.12.2.1 -> r1.12.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/Makefile?r1=1.12.2.1&r2=1.12.2.2)
        pgxml.sql.in (r1.11 -> r1.11.4.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in?r1=1.11&r2=1.11.4.1)
        xslt_proc.c (r1.15.2.3 -> r1.15.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c?r1=1.15.2.3&r2=1.15.2.4)

Added Files:
-----------
    pgsql/contrib/xml2/expected:
        xml2_1.out (r1.1.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/expected/xml2_1.out?rev=1.1.2.1&content-type=text/x-cvsweb-markup)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix contrib/xml2 so regression test still works when it's built
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix contrib/xml2 so regression test still works when it's built