summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMergejoin.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-01-06 23:06:13 -0500
committerPeter Eisentraut <peter_e@gmx.net>2015-01-17 22:13:27 -0500
commite32cb8d0e02f8f3fa2c66d80b5cf0ad762c79c9d (patch)
tree2db2c9f692bfc1010b960e5bfe2832a05a7bb685 /src/backend/executor/nodeMergejoin.c
parent1619442a1f592a1ea3988f3f74ffd14880962e0e (diff)
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>
Diffstat (limited to 'src/backend/executor/nodeMergejoin.c')
0 files changed, 0 insertions, 0 deletions