Commit b31df3eb authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Mention PST8PDT explicitly in the banner message (rather than PST/PDT).

parent 6316f4d3
#!/bin/sh #!/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 if echo '\c' | grep -s c >/dev/null 2>&1
then then
...@@ -22,8 +22,8 @@ FRONTEND="psql -n -e -q" ...@@ -22,8 +22,8 @@ FRONTEND="psql -n -e -q"
echo "=============== Notes... =================" echo "=============== Notes... ================="
echo "postmaster must already be running for the regression tests to succeed." 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 "The time zone is now set to PST8PDT explicitly by this regression test"
echo "client frontend. Please report any apparent problems to" echo " client frontend. Please report any apparent problems to"
echo " ports@postgresql.org" echo " ports@postgresql.org"
echo "See regress/README for more information." echo "See regress/README for more information."
echo "" echo ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment