| From: | petere(at)postgresql(dot)org (Peter Eisentraut) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix xmlattribute escaping XML special characters twice (bug |
| Date: | 2009-06-09 22:00:57 |
| Message-ID: | 20090609220057.C41DA75331E@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Fix xmlattribute escaping XML special characters twice (bug #4822).
Author: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.247 -> r1.248)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.247&r2=1.248)
pgsql/src/backend/utils/adt:
xml.c (r1.89 -> r1.90)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.89&r2=1.90)
pgsql/src/include/utils:
xml.h (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/xml.h?r1=1.26&r2=1.27)
pgsql/src/test/regress/expected:
xml.out (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.24&r2=1.25)
xml_1.out (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.25&r2=1.26)
pgsql/src/test/regress/sql:
xml.sql (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.18&r2=1.19)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2009-06-10 01:47:59 | pgsql: Document new location for typedef list. |
| Previous Message | Tom Lane | 2009-06-09 19:51:01 | pgsql: Mark internal_in as not strict, so that the construct |