]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Back-patch changes of 2009-05-13 in xml.c's memory management.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 02:21:40 +0000 (02:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 02:21:40 +0000 (02:21 +0000)
commita8cf68f7df580d6b1b26a808b7c20dbe5879cc1b
tree0a4f4a28242274f165bdf2fc7136460af4374bbb
parentbf7edd6bc6e5397ec721ab920c17353682077d81
Back-patch changes of 2009-05-13 in xml.c's memory management.

I was afraid to do this when these changes were first made, but now that
8.4 has seen some field use it should be all right to back-patch.  These
changes are really quite necessary in order to give xml.c any hope of
co-existing with loadable modules that also wish to use libxml2.
src/backend/access/transam/xact.c
src/backend/utils/adt/xml.c
src/include/utils/xml.h