pgsql: Allow XML processing instructions starting with "xml" while - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Allow XML processing instructions starting with "xml" while
Date
Msg-id 20071109155252.0E94D754156@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Allow XML processing instructions starting with "xml" while prohibiting
those being exactly "xml".  Bug #3735 from Ben Leslie

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.53 -> r1.54)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.53&r2=1.54)
    pgsql/src/test/regress/expected:
        xml.out (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.19&r2=1.20)
        xml_1.out (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.20&r2=1.21)
    pgsql/src/test/regress/sql:
        xml.sql (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: If an index depends on no columns of its table, give it a
Next
From: Tom Lane
Date:
Subject: Re: pgsql: If an index depends on no columns of its table, give it a