Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b31df3e

Browse files
author
Thomas G. Lockhart
committed
Mention PST8PDT explicitly in the banner message (rather than PST/PDT).
1 parent 6316f4d commit b31df3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/regress/regress.sh

+3-3
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.12 1997/11/14 15:57:12 thomas Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.13 1997/12/16 16:01:05 thomas Exp $
33
#
44
if echo '\c' | grep -s c >/dev/null 2>&1
55
then
@@ -22,8 +22,8 @@ FRONTEND="psql -n -e -q"
2222

2323
echo "=============== Notes... ================="
2424
echo "postmaster must already be running for the regression tests to succeed."
25-
echo "The time zone is now set to PST/PDT explicitly by the regression test"
26-
echo "client frontend. Please report any apparent problems to"
25+
echo "The time zone is now set to PST8PDT explicitly by this regression test"
26+
echo " client frontend. Please report any apparent problems to"
2727
echo " ports@postgresql.org"
2828
echo "See regress/README for more information."
2929
echo ""

0 commit comments

Comments
 (0)