postgresql/src/backend
Peter Eisentraut 79af9a1d26 Fix namespace handling in xpath function
Previously, the xml value resulting from an xpath query would not have
namespace declarations if the namespace declarations were attached to
an ancestor element in the input xml value.  That means the output value
was not correct XML.  Fix that by running the result value through
xmlCopyNode(), which produces the correct namespace declarations.

Author: Ali Akbar <the.apaan@gmail.com>
2015-01-06 23:06:13 -05:00
..
access Update copyright for 2015 2015-01-06 11:43:47 -05:00
bootstrap Update copyright for 2015 2015-01-06 11:43:47 -05:00
catalog Update copyright for 2015 2015-01-06 11:43:47 -05:00
commands Update copyright for 2015 2015-01-06 11:43:47 -05:00
executor Update copyright for 2015 2015-01-06 11:43:47 -05:00
foreign Update copyright for 2015 2015-01-06 11:43:47 -05:00
lib Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq Update copyright for 2015 2015-01-06 11:43:47 -05:00
main Update copyright for 2015 2015-01-06 11:43:47 -05:00
nodes Update copyright for 2015 2015-01-06 11:43:47 -05:00
optimizer Update copyright for 2015 2015-01-06 11:43:47 -05:00
parser Update copyright for 2015 2015-01-06 11:43:47 -05:00
po Translation updates 2014-12-15 00:25:35 -05:00
port Update copyright for 2015 2015-01-06 11:43:47 -05:00
postmaster Update copyright for 2015 2015-01-06 11:43:47 -05:00
regex Update copyright for 2015 2015-01-06 11:43:47 -05:00
replication Update copyright for 2015 2015-01-06 11:43:47 -05:00
rewrite Update copyright for 2015 2015-01-06 11:43:47 -05:00
snowball Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage Update copyright for 2015 2015-01-06 11:43:47 -05:00
tcop Update copyright for 2015 2015-01-06 11:43:47 -05:00
tsearch Update copyright for 2015 2015-01-06 11:43:47 -05:00
utils Fix namespace handling in xpath function 2015-01-06 23:06:13 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2014-12-15 00:25:35 -05:00