67044ba3b8
Copy from server:database:postgresql/postgresql based on submit request 20456 from user rmax OBS-URL: https://build.opensuse.org/request/show/20456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql?expand=0&rev=14
25 lines
1020 B
Diff
25 lines
1020 B
Diff
Only for SLE10. On other platforms, the test works.
|
|
poeml, Mon Jul 27 19:12:40 CEST 2009
|
|
|
|
diff -uNr postgresql-8.4.0.orig/src/test/regress/expected/timestamptz.out postgresql-8.4.0/src/test/regress/expected/timestamptz.out
|
|
--- postgresql-8.4.0.orig/src/test/regress/expected/timestamptz.out 2009-03-22 02:12:32.000000000 +0100
|
|
+++ postgresql-8.4.0/src/test/regress/expected/timestamptz.out 2009-07-27 19:11:39.280087000 +0200
|
|
@@ -153,7 +153,7 @@
|
|
SELECT '20500710 173201 Europe/Helsinki'::timestamptz; -- DST
|
|
timestamptz
|
|
------------------------------
|
|
- Sun Jul 10 07:32:01 2050 PDT
|
|
+ Sun Jul 10 07:32:01 2050 PST
|
|
(1 row)
|
|
|
|
SELECT '20500110 173201 Europe/Helsinki'::timestamptz; -- non-DST
|
|
@@ -165,7 +165,7 @@
|
|
SELECT '205000-07-10 17:32:01 Europe/Helsinki'::timestamptz; -- DST
|
|
timestamptz
|
|
--------------------------------
|
|
- Thu Jul 10 07:32:01 205000 PDT
|
|
+ Thu Jul 10 07:32:01 205000 PST
|
|
(1 row)
|
|
|
|
SELECT '205000-01-10 17:32:01 Europe/Helsinki'::timestamptz; -- non-DST
|