pgsql: XMLATTRIBUTES() should send the attribute values through

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: XMLATTRIBUTES() should send the attribute values through
Date: 2009-04-08 21:51:38
Message-ID: 20090408215138.B67DE7540F4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
XMLATTRIBUTES() should send the attribute values through
map_sql_value_to_xml_value() instead of directly through the data type output
function. This is per SQL standard, and consistent with XMLELEMENT().

Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.245 -> r1.246)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.245&r2=1.246)
pgsql/src/backend/utils/adt:
xml.c (r1.85 -> r1.86)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.85&r2=1.86)
pgsql/src/include/nodes:
execnodes.h (r1.203 -> r1.204)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/execnodes.h?r1=1.203&r2=1.204)
pgsql/src/test/regress/expected:
xml.out (r1.23 -> r1.24)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.23&r2=1.24)
xml_1.out (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.24&r2=1.25)
pgsql/src/test/regress/sql:
xml.sql (r1.17 -> r1.18)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-04-08 22:08:40 pgsql: Allow leading and trailing spaces around NaN in numeric_in.
Previous Message User Sas 2009-04-08 19:17:26 slony1-ctl - slony-ctl: Some cleaning of inclusion files