diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out 2024-10-18 22:28:49.525236000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out 2024-10-18 22:31:10.551424000 +0000
@@ -855,7 +855,7 @@
SELECT xpath('', '');
ERROR: empty XPath expression
-CONTEXT: SQL function "xpath" statement 1
+CONTEXT: SQL function "xpath" during startup
SELECT xpath('//text()', 'number one');
xpath
----------------
@@ -1221,7 +1221,7 @@
DETAIL: line 1: Namespace prefix nosuchprefix on tag is not defined
^
-CONTEXT: SQL function "xpath" statement 1
+CONTEXT: SQL function "xpath" during startup
-- XPath deprecates relative namespaces, but they're not supposed to
-- throw an error, only a warning.
SELECT xpath('/*', '');