Thread: pgsql: Don't mangle xml and xpath unless xml is not in fact a

pgsql: Don't mangle xml and xpath unless xml is not in fact a

From
adunstan@postgresql.org (Andrew Dunstan)
Date:
Log Message:
-----------
Don't mangle xml and xpath unless xml is not in fact a well-formed document, in xpath(). If mangling xpath, make a
sanerattempt where xpath expression does not begin with '/'. 

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.68.2.6 -> r1.68.2.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.68.2.6&r2=1.68.2.7)