From 1dc789bac527b19c3082de24c022738d6e046d47 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Mon, 8 Apr 2002 04:37:36 +0000 Subject: [PATCH] DST-transition-sensitive tests seem to be in horology now, not timestamp. --- doc/src/sgml/regress.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index aece9978b7a..9f6ff60541b 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.25 2002/01/20 22:19:56 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.26 2002/04/08 04:37:36 tgl Exp $ --> <chapter id="regress"> <title id="regress-title">Regression Tests</title> @@ -200,7 +200,7 @@ <title>Date and time differences</title> <para> - Some of the queries in the <filename>timestamp</filename> test will + Some of the queries in the <filename>horology</filename> test will fail if you run the test on the day of a daylight-saving time changeover, or the day before or after one. These queries assume that the intervals between midnight yesterday, midnight today and -- GitLab