Skip to content
Snippets Groups Projects
Commit 27e7ac19 authored by Tom Lane's avatar Tom Lane
Browse files

Update for latest version of horology test.

parent d22e9456
No related branches found
No related tags found
No related merge requests found
...@@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30' ...@@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30'
03:31:00 03:31:00
(1 row) (1 row)
SELECT CAST(cast(date 'today' + time with time zone '03:30-08' SELECT CAST(cast(date 'today' + time with time zone '03:30'
+ interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00"; + interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00";
07:31:00 07:31:00
---------- ----------
......
...@@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30' ...@@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30'
03:31:00 03:31:00
(1 row) (1 row)
SELECT CAST(cast(date 'today' + time with time zone '03:30-08' SELECT CAST(cast(date 'today' + time with time zone '03:30'
+ interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00"; + interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00";
07:31:00 07:31:00
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment