pgsql: It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().
Дата
Msg-id 20080112211408.EBF2F754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().
Therefore we must xmlCleanupParser(), or we risk leaving behind
dangling pointers to whatever memory context is current when xml_init()
is called.  This seems to fix bug #3860, though we might still want
the more invasive solution being worked on by Alvaro.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.66 -> r1.67)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.66&r2=1.67)

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

Предыдущее
От: conni@pgfoundry.org (User Conni)
Дата:
Сообщение: press - pr: added asyc commit
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update documentation for tsvector duplicate elimination: !