pgsql: Reactivate libxml memory management via palloc, now that I think - Mailing list pgsql-committers

From [email protected] (Peter Eisentraut)
Subject pgsql: Reactivate libxml memory management via palloc, now that I think
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reactivate libxml memory management via palloc, now that I think I've
classified the conditions under which this is safe to do (see source
code comment).

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.23 -> r1.24)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.23&r2=1.24)

pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Add trailing zero byte in Unicode codepoint conversion.
Next
From: [email protected] (Andrew Dunstan)
Date:
Subject: pgsql: remove unnecessary and now inaccurate cast which I should have