Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c90a2b

Browse files
committed
This should be the right expected file.
1 parent 2e57875 commit 9c90a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/horology.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ SELECT interval '04:30' - time '01:02' AS "+03:28";
118118
(1 row)
119119

120120
SELECT CAST(time with time zone '01:02-08' AS interval) AS "+00:01";
121-
ERROR: Cannot cast type time with time zone to interval
121+
ERROR: Cannot cast type 'time with time zone' to 'interval'
122122
SELECT CAST(interval '02:03' AS time with time zone) AS "02:03:00-08";
123-
ERROR: Cannot cast type interval to time with time zone
123+
ERROR: Cannot cast type 'interval' to 'time with time zone'
124124
SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
125125
23:29:00-08
126126
-------------

0 commit comments

Comments
 (0)