From: Michael Paquier Date: Fri, 12 Jun 2026 03:37:21 +0000 (+0900) Subject: Update expected regression test output for xml_2.out X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9618e790c37a47485f6d2b5b9b43ff18d6a17223;p=thirdparty%2Fpostgresql.git Update expected regression test output for xml_2.out This one has been forgotten in 8bf257aebac1. Per report from buildfarm member massasauga. Backpatch-through: 14 --- diff --git a/src/test/regress/expected/xml_2.out b/src/test/regress/expected/xml_2.out index 23e0c14a2d2..ca582c95641 100644 --- a/src/test/regress/expected/xml_2.out +++ b/src/test/regress/expected/xml_2.out @@ -696,6 +696,12 @@ SELECT xpath('root', ''); {} (1 row) +SELECT xpath('//namespace::foo', ''); + xpath +-------------------- + {http://127.0.0.1} +(1 row) + -- Round-trip non-ASCII data through xpath(). DO $$ DECLARE