]> 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:39:11 +0000 (12:39 +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 a85d95358d9012c8c0715d72a0ddf1999bd43a13..e0ae639512297bb38d1ccc54a0eb4739cf520494 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