Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c192e commit ebd697aCopy full SHA for ebd697a
src/test/regress/regress.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-# $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 $
3
#
4
if [ $# -eq 0 ]
5
then
@@ -57,6 +57,7 @@ fi
57
58
echo "=============== Notes... ================="
59
echo "postmaster must already be running for the regression tests to succeed."
60
+echo "The time zone is set to PST8PDT for these tests by the client frontend."
61
echo "Please report any apparent problems to [email protected]"
62
echo "See regress/README for more information."
63
echo ""
0 commit comments