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

Commitff0a420

Browse files
author
Thomas G. Lockhart
committed
Support full POSIX-style time zone: EST+3, PST-3, etc.
We probably support a superset of the spec, but I don't have the spec to confirm this.Update regression tests to include tests for this format.Fix single-space typo in printed message in regress.sh.
1 parent0e1043b commitff0a420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/regress.sh

Lines changed: 2 additions & 2 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.44 2000/03/14 23:06:55 thomas Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.45 2000/03/16 14:37:33 thomas Exp $
33
#
44
if [$#-eq 0 ];then
55
echo"Syntax:$0 <hostname> [extra-tests]"
@@ -80,7 +80,7 @@ if [ $? -ne 0 ]; then
8080
fi
8181

8282
if ["x$hostname"!="xi386-pc-qnx4" ];then
83-
echo"=============== installing languages...================="
83+
echo"=============== installing languages... ================="
8484
$ECHO_N"installing PL/pgSQL .."$ECHO_C
8585
createlang$HOSTLOC plpgsql regression
8686
if [$?-ne 0-a$?-ne 2 ];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp