pgsql: Allow XML processing instructions starting with "xml" while

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow XML processing instructions starting with "xml" while
Date: 2007-11-09 15:52:52
Message-ID: 20071109155252.0E94D754156@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-09 16:28:08 Re: pgsql: If an index depends on no columns of its table, give it a
Previous Message Simon Riggs 2007-11-09 09:21:53 Re: pgsql: If an index depends on no columns of its table, give it a