]> granicus.if.org Git - postgresql/commitdiff
Update for latest version of horology test. REL7_2_BETA2
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Nov 2001 18:03:48 +0000 (18:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Nov 2001 18:03:48 +0000 (18:03 +0000)
src/test/regress/expected/horology-no-DST-before-1970.out
src/test/regress/expected/horology-solaris-1947.out

index be78c8773f31908295aa7bc8ed72e7fbd0c7ad12..04dc44422f944383123de9565a82741fe039f680 100644 (file)
@@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30'
  03:31:00
 (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";
  07:31:00 
 ----------
index b1a4784a668814f958bfbf0302b8fbcd3e20a6ac..cba5723a2e8fb5d81675dc88b22800520acbbb14 100644 (file)
@@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30'
  03:31:00
 (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";
  07:31:00 
 ----------