Fix xmlattribute escaping XML special characters twice (bug #4822).
Peter Eisentraut <peter_e@gmx.net>
Fix xmlattribute escaping XML special characters twice (bug #4822). Author: Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execQual.c | modified | +2 −2 |
| src/backend/utils/adt/xml.c | modified | +17 −8 |
| src/include/utils/xml.h | modified | +2 −2 |
| src/test/regress/expected/xml_1.out | modified | +4 −0 |
| src/test/regress/expected/xml.out | modified | +6 −0 |
| src/test/regress/sql/xml.sql | modified | +1 −0 |