diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-11-06 18:03:48 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-11-06 18:03:48 +0000 |
commit | 27e7ac190ed6ecfe2cec8480cf58955c38b3a35f (patch) | |
tree | da9c5c6e499fb8792e6246fa5f77d89105c70829 | |
parent | d22e9456a782b19a8208b68278c203f5a4304d39 (diff) | |
download | postgresql-27e7ac190ed6ecfe2cec8480cf58955c38b3a35f.tar.gz postgresql-27e7ac190ed6ecfe2cec8480cf58955c38b3a35f.zip |
Update for latest version of horology test.REL7_2_BETA2
-rw-r--r-- | src/test/regress/expected/horology-no-DST-before-1970.out | 2 | ||||
-rw-r--r-- | src/test/regress/expected/horology-solaris-1947.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/horology-no-DST-before-1970.out b/src/test/regress/expected/horology-no-DST-before-1970.out index be78c8773f3..04dc44422f9 100644 --- a/src/test/regress/expected/horology-no-DST-before-1970.out +++ b/src/test/regress/expected/horology-no-DST-before-1970.out @@ -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 ---------- diff --git a/src/test/regress/expected/horology-solaris-1947.out b/src/test/regress/expected/horology-solaris-1947.out index b1a4784a668..cba5723a2e8 100644 --- a/src/test/regress/expected/horology-solaris-1947.out +++ b/src/test/regress/expected/horology-solaris-1947.out @@ -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 ---------- |