]> 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:40 +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 044a4917d86c1b24e88904be07fc376d0a8e04a3..43c5fe9122a6f416d873c92f640a7bfe29bf55ce 100644 (file)
@@ -696,6 +696,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