Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb522ce0

Browse files
committed
Update for new expected results.
1 parentf9b6583 commitb522ce0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/test/regress/expected/horology-no-DST-before-1970.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,9 +1310,9 @@ SELECT '' AS "16", f1 AS "timestamp"
13101310
| Sat Sep 22 18:19:20 2001 PDT
13111311
(16 rows)
13121312

1313-
SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS interval, d.f1 + t.f1 AS plus
1313+
SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS"interval", d.f1 + t.f1 AS plus
13141314
FROM TEMP_TIMESTAMP d, INTERVAL_TBL t
1315-
ORDER BY plus, "timestamp", interval;
1315+
ORDER BY plus, "timestamp","interval";
13161316
160 | timestamp | interval | plus
13171317
-----+------------------------------+-------------------------------+------------------------------
13181318
| Thu Jan 01 00:00:00 1970 PST | @ 14 secs ago | Wed Dec 31 23:59:46 1969 PST
@@ -1477,10 +1477,10 @@ SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS interval, d.f1 + t.f1 AS plus
14771477
| Sat Sep 22 18:19:20 2001 PDT | @ 34 years | Sat Sep 22 18:19:20 2035 PDT
14781478
(160 rows)
14791479

1480-
SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS interval, d.f1 - t.f1 AS minus
1480+
SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS"interval", d.f1 - t.f1 AS minus
14811481
FROM TEMP_TIMESTAMP d, INTERVAL_TBL t
14821482
WHERE isfinite(d.f1)
1483-
ORDER BY minus, "timestamp", interval;
1483+
ORDER BY minus, "timestamp","interval";
14841484
160 | timestamp | interval | minus
14851485
-----+------------------------------+-------------------------------+------------------------------
14861486
| Thu Jan 01 00:00:00 1970 PST | @ 34 years | Wed Jan 01 00:00:00 1936 PST
@@ -2084,7 +2084,7 @@ SELECT '' AS ten, f1 AS interval, reltime(f1) AS reltime
20842084
| @ 5 mons 12 hours | @ 5 mons 12 hours
20852085
(10 rows)
20862086

2087-
SELECT '' AS six, f1 as reltime,interval(f1) AS interval
2087+
SELECT '' AS six, f1 as reltime,CAST(f1 AS interval) AS interval
20882088
FROM RELTIME_TBL;
20892089
six | reltime | interval
20902090
-----+---------------+---------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp