]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update expected regression test output for xml_2.out
authorMichael Paquier <michael@paquier.xyz>
Fri, 12 Jun 2026 03:37:21 +0000 (12:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 12 Jun 2026 03:37:21 +0000 (12:37 +0900)
This one has been forgotten in 8bf257aebac1.  Per report from buildfarm
member massasauga.

Backpatch-through: 14

src/test/regress/expected/xml_2.out

index d7c90725cfc2a2044265093e7436d64361ae7597..f51ad196e15924cc288eec755842a32aaef19092 100644 (file)
@@ -930,6 +930,12 @@ SELECT xpath('root', '<root/>');
  {<root/>}
 (1 row)
 
+SELECT xpath('//namespace::foo', '<root xmlns:foo="http://127.0.0.1"/>');
+       xpath        
+--------------------
+ {http://127.0.0.1}
+(1 row)
+
 -- Round-trip non-ASCII data through xpath().
 DO $$
 DECLARE