summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-12-16 16:01:05 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-12-16 16:01:05 +0000
commitb31df3ebb778bc010971bbb6afc0503c265e3a94 (patch)
treef86bce3878a29830f49fcebf81f6c7a45d38948d /src
parent6316f4d3db11678472430a3e406382faaad71da8 (diff)
Mention PST8PDT explicitly in the banner message (rather than PST/PDT).
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/regress/regress.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/regress.sh b/src/test/regress/regress.sh
index 6861521b29d..d4a0f0a6699 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.12 1997/11/14 15:57:12 thomas Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.13 1997/12/16 16:01:05 thomas Exp $
#
if echo '\c' | grep -s c >/dev/null 2>&1
then
@@ -22,8 +22,8 @@ FRONTEND="psql -n -e -q"
echo "=============== Notes... ================="
echo "postmaster must already be running for the regression tests to succeed."
-echo "The time zone is now set to PST/PDT explicitly by the regression test"
-echo "client frontend. Please report any apparent problems to"
+echo "The time zone is now set to PST8PDT explicitly by this regression test"
+echo " client frontend. Please report any apparent problems to"
echo " ports@postgresql.org"
echo "See regress/README for more information."
echo ""