]> granicus.if.org Git - postgresql/commit
Some time ago John Gray <jgray@azuli.co.uk> and myself worked out and
authorBruce Momjian <bruce@momjian.us>
Fri, 6 Dec 2002 03:44:14 +0000 (03:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 6 Dec 2002 03:44:14 +0000 (03:44 +0000)
commit87cba401a48feff7e547f59fb7ead1a1ab99042a
tree635a4c7de15a5eca047202fe9d8622977915cfaa
parent5b4c16e099b134f580f59ac0abefc40c606ad639
Some time ago John Gray <jgray@azuli.co.uk> and myself worked out and
tested a patch to contrib/xml where the existing code was causing
postgres to crash when it encountered & entities in the XML. I've
enclosed a patch that John came up with to correct this problem. It
patches against 7.3 and will apply on 7.2x if the elog WARNING calls
are changed to elog NOTICE.

Michael Richards
contrib/xml/pgxml_dom.c