pgsql: Remove xmlCleanupParser calls from contrib/xml2.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Дата
Msg-id 20100301051648.90D007541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove xmlCleanupParser calls from contrib/xml2.

These are unnecessary and probably dangerous.  I don't see any immediate
risk situations in the core XML support or contrib/xml2 itself, but there
could be issues with external uses of libxml2, and in any case it's an
accident waiting to happen.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib/xml2:
        xpath.c (r1.16.2.3 -> r1.16.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1=1.16.2.3&r2=1.16.2.4)
        xslt_proc.c (r1.9.2.2 -> r1.9.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c?r1=1.9.2.2&r2=1.9.2.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove xmlCleanupParser calls from contrib/xml2.