projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960ea97
)
Remove xpath namespace-handling change from 9.5 release notes.
author
Tom Lane
Thu, 20 Aug 2015 16:28:15 +0000
(12:28 -0400)
committer
Tom Lane
Thu, 20 Aug 2015 16:28:15 +0000
(12:28 -0400)
Although commit
79af9a1d2
was initially applied to HEAD only, we later
back-patched the change into all branches (commits
6bbf75192
et al).
So it's not a new behavior in 9.5 and should not be release-noted here.
doc/src/sgml/release-9.5.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.5.sgml
b/doc/src/sgml/release-9.5.sgml
index bbaa88688df9200f73dfbe021a30b3f316e6476b..438c5ed09d7d352ff91d855b93896325d16cea98 100644
(file)
--- a/
doc/src/sgml/release-9.5.sgml
+++ b/
doc/src/sgml/release-9.5.sgml
@@
-1390,23
+1390,6
@@
FIXME: Better description?
-
- Fix
XML>
- linkend="functions-xml-processing">
xpath()>> handling
- to return namespace declarations even if the namespace is in a
- parent element (Ali Akbar)
-
-
-
- Previously the namespace was not returned, potentially leading to
- invalid
XML>.
-
-
-
-
-