Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc5bcc8

Browse files
author
Thomas G. Lockhart
committed
Modify banner to suggest using PST8PDT time zone rather than full specifier
string.
1 parent066fce7 commitdc5bcc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/regress.sh

Lines changed: 3 additions & 3 deletions
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.10 1997/05/11 15:46:19 thomas Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.11 1997/06/03 14:19:28 thomas Exp $
33
#
44
ifecho'\c'| grep -s c>/dev/null2>&1
55
then
@@ -14,7 +14,7 @@ if [ -d ./obj ]; then
1414
cd ./obj
1515
fi
1616

17-
TZ="PST8PDT7,M04.01.00,M10.05.03";export TZ
17+
TZ="PST8PDT";export TZ
1818

1919
#FRONTEND=monitor
2020
FRONTEND="psql -n -e -q"
@@ -24,7 +24,7 @@ echo "postmaster must already be running for the regression tests to succeed."
2424
echo"The time zone must be set to PST/PDT for the date and time data types"
2525
echo" to pass the regression tests; to do this type"
2626
echo" setenv TZ$TZ"
27-
echo" before starting postmaster."
27+
echo" before starting postmaster. regress/README has more information."
2828
echo""
2929

3030
echo"=============== destroying old regression database... ================="

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp