Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebd697a

Browse files
author
Thomas G. Lockhart
committed
Add line to mention PST8PDT time zone. Seems useful, but maybe not?
1 parent e0c192e commit ebd697a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/regress/regress.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.40 2000/02/13 21:45:15 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.41 2000/02/15 03:30:57 thomas Exp $
33
#
44
if [ $# -eq 0 ]
55
then
@@ -57,6 +57,7 @@ fi
5757

5858
echo "=============== Notes... ================="
5959
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."
6061
echo "Please report any apparent problems to [email protected]"
6162
echo "See regress/README for more information."
6263
echo ""

0 commit comments

Comments
 (0)