pgsql: Reactivate libxml memory management via palloc, now that I think

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reactivate libxml memory management via palloc, now that I think
Date: 2007-01-27 14:50:51
Message-ID: 20070127145051.AE2EC9FB209@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-01-27 16:46:21 pgsql: remove unnecessary and now inaccurate cast which I should have
Previous Message Peter Eisentraut 2007-01-27 11:48:31 pgsql: Add trailing zero byte in Unicode codepoint conversion.