From 2ee914cc7197df0f645e878904b4dd7ffc3cbae86172306e96209728dcada8ae Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 5 Nov 2024 13:45:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql16?expand=0&rev=39 --- postgresql-testsuite-timezone-fix.patch | 41 ------------------------- 1 file changed, 41 deletions(-) diff --git a/postgresql-testsuite-timezone-fix.patch b/postgresql-testsuite-timezone-fix.patch index eea8e05..a8a590a 100644 --- a/postgresql-testsuite-timezone-fix.patch +++ b/postgresql-testsuite-timezone-fix.patch @@ -28,47 +28,6 @@ Discussion: https://postgr.es/m/0a997455-5aba-4cf2-a354-d26d8bcbfae6@technowledg src/test/regress/sql/timestamptz.sql | 5 +- 8 files changed, 120 insertions(+), 105 deletions(-) -diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml -index 5459b29525969..f0e6047e0b117 100644 ---- a/doc/src/sgml/ref/set.sgml -+++ b/doc/src/sgml/ref/set.sgml -@@ -200,7 +200,7 @@ SELECT setseed(value); - - - -- 'PST8PDT' -+ 'America/Los_Angeles' - - - The time zone for Berkeley, California. -@@ -298,7 +298,7 @@ SET datestyle TO postgres, dmy; - - Set the time zone for Berkeley, California: - --SET TIME ZONE 'PST8PDT'; -+SET TIME ZONE 'America/Los_Angeles'; - - - -diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml -index 69f627d7f4310..6cb08f7ca825e 100644 ---- a/doc/src/sgml/regress.sgml -+++ b/doc/src/sgml/regress.sgml -@@ -534,11 +534,11 @@ make check NO_LOCALE=1 - - Most of the date and time results are dependent on the time zone - environment. The reference files are generated for time zone -- PST8PDT (Berkeley, California), and there will be -+ America/Los_Angeles, and there will be - apparent failures if the tests are not run with that time zone setting. - The regression test driver sets environment variable -- PGTZ to PST8PDT, which normally -- ensures proper results. -+ PGTZ to America/Los_Angeles, -+ which normally ensures proper results. - - - diff --git a/src/test/regress/expected/date.out b/src/test/regress/expected/date.out index f5949f3d174dd..20374c5230a7c 100644 --- a/src/test/regress/expected/date.out