diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/test/regress/results/sysviews.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-12 13:46:11.004886663 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/sysviews.out 2025-01-12 13:48:37.168401071 +0000
@@ -172,7 +172,7 @@
enable_sort | on
enable_sql_func_custom_plans | on
enable_tidscan | on
-(23 rows)
+(24 rows)
-- There are always wait event descriptions for various types. InjectionPoint
-- may be present or absent, depending on history since last postmaster start.
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out 2025-01-12 13:46:11.024886663 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out 2025-01-12 13:49:25.688386673 +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('/*', '');