diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-02 22:28:54 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-02 22:28:54 +0000 |
commit | 6b77778c7de63c2f4f44a8ee4e7580f6a3f02fda (patch) | |
tree | acb0fcbf32fb6f97e9791d22d05a970a9621070c | |
parent | 4aefba907760ed506df18d968cf6e5e44f0cfe24 (diff) | |
download | postgresql-6b77778c7de63c2f4f44a8ee4e7580f6a3f02fda.tar.gz postgresql-6b77778c7de63c2f4f44a8ee4e7580f6a3f02fda.zip |
Mention DST boundaries as a possible cause of regress test failure.
-rw-r--r-- | doc/src/sgml/regress.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index bf7162bb388..a4ed601ce4c 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -314,6 +314,15 @@ The runtime path is /usr/local/pgsql (other paths are possible). </Para> <Para> + Some of the queries in the "timestamp" test will fail if you run + the test on the day of a daylight-savings time changeover, or the + day before or after one. These queries assume that the intervals + between midnight yesterday, midnight today and midnight tomorrow are + exactly twenty-four hours ... which is wrong if daylight-savings time + went into or out of effect meanwhile. + </Para> + + <Para> There appear to be some systems which do not accept the recommended syntax for explicitly setting the local time zone rules; you may need to use a different PGTZ setting on such machines. |