From: Thomas G. Lockhart Date: Tue, 15 Feb 2000 03:30:57 +0000 (+0000) Subject: Add line to mention PST8PDT time zone. Seems useful, but maybe not? X-Git-Tag: REL7_0~651 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebd697a3881d068a1d9359d7397b17710ac349b8;p=thirdparty%2Fpostgresql.git Add line to mention PST8PDT time zone. Seems useful, but maybe not? --- diff --git a/src/test/regress/regress.sh b/src/test/regress/regress.sh index aaa8f2e85df..125a6a2dd35 100755 --- a/src/test/regress/regress.sh +++ b/src/test/regress/regress.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.40 2000/02/13 21:45:15 petere Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.41 2000/02/15 03:30:57 thomas Exp $ # if [ $# -eq 0 ] then @@ -57,6 +57,7 @@ fi echo "=============== Notes... =================" echo "postmaster must already be running for the regression tests to succeed." +echo "The time zone is set to PST8PDT for these tests by the client frontend." echo "Please report any apparent problems to ports@postgresql.org" echo "See regress/README for more information." echo ""