pgsql: Remove xmlCleanupParser calls from contrib/xml2. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Date
Msg-id 20100301051654.375C67541D0@cvs.postgresql.org
Whole thread Raw
List 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_2_STABLE

Modified Files:
--------------
    pgsql/contrib/xml2:
        xpath.c (r1.14.2.3 -> r1.14.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1=1.14.2.3&r2=1.14.2.4)
        xslt_proc.c (r1.7.2.2 -> r1.7.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c?r1=1.7.2.2&r2=1.7.2.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove xmlCleanupParser calls from contrib/xml2.