Thread: pgsql-server/contrib/xml pgxml_dom.c

pgsql-server/contrib/xml pgxml_dom.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/12/05 22:44:14

Modified files:
    contrib/xml    : pgxml_dom.c

Log message:
    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