diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out --- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out 2025-03-10 00:41:07.751222586 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out 2025-03-10 00:51:35.714172097 +0000 @@ -2214,7 +2214,7 @@ SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j); j | pg_typeof ---------------+----------- - 11:11:11.5-08 | xml + 11:11:11.5-07 | xml (1 row) -- Convert an XML string to bytea and back to xml @@ -2373,11 +2373,11 @@ XMLCAST(42 = 73 AS xml)::xml AS c22, XMLCAST(42 <> 73 AS xml)::xml AS c23, XMLCAST('11:11:11.5'::time without time zone::text AS xml)::xml AS c24, - XMLCAST('11:11:11.5-08'::time with time zone::text AS xml)::xml AS c25 + XMLCAST('11:11:11.5-07'::time with time zone::text AS xml)::xml AS c25 SELECT * FROM view_xmlcast_to_xml; c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8 | c9 | c10 | c11 | c12 | c13 | c14 | c15 | c16 | c17 | c18 | c19 | c20 | c21 | c22 | c23 | c24 | c25 ----+-----+----+----+----+----+-----------------------------------+-----------------------------------+-----------------------------------+-----------------+-----------------+------------+----------------------------------+----------------------------+----------------+-----------+------------------+--------------------+-------------------+------+-------+-------+------+------------+--------------- - | foo | | | | | foo & <"bar"> | foo & <"bar"> | foo & <"bar"> | foo & <"bar">\r | foo & <"bar">\r | 2024-05-29 | 2024-05-29T03:04:10.703585-07:00 | 2024-05-29T12:04:10.703585 | P1Y2M3DT4H5M6S | 427353542 | 4273535420162021 | 42.007312345678910 | 42.00731234567891 | true | false | false | true | 11:11:11.5 | 11:11:11.5-08 + | foo | | | | | foo & <"bar"> | foo & <"bar"> | foo & <"bar"> | foo & <"bar">\r | foo & <"bar">\r | 2024-05-29 | 2024-05-29T03:04:10.703585-07:00 | 2024-05-29T12:04:10.703585 | P1Y2M3DT4H5M6S | 427353542 | 4273535420162021 | 42.007312345678910 | 42.00731234567891 | true | false | false | true | 11:11:11.5 | 11:11:11.5-07 (1 row) CREATE VIEW view_xmlcast_from_xml AS