]> granicus.if.org Git - postgresql/commit
Fix map_sql_value_to_xml_value() to treat domains like their base types.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Mar 2013 00:32:12 +0000 (19:32 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Mar 2013 00:32:22 +0000 (19:32 -0500)
commitbc61878682051678ade5f59da7bfd90ab72ce13b
treeda494dc11246ddbd39511f3b8d8f04dbe438fb75
parent3bf3ab8c563699138be02f9dc305b7b77a724307
Fix map_sql_value_to_xml_value() to treat domains like their base types.

This was already the case for domains over arrays, but not for domains
over certain built-in types such as boolean.  The special formatting
rules for those types should apply to domains over them as well.
Per discussion.

While this is a bug fix, it's also a behavioral change that seems likely
to trip up some applications.  So no back-patch.

Pavel Stehule
src/backend/utils/adt/xml.c