aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2000-03-16 14:37:33 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2000-03-16 14:37:33 +0000
commitff0a420c927abf5fbc435d990230013a3fdc1990 (patch)
tree33db2042bb30bd58572d286e2e18879f32cac401 /src
parent0e1043b7605f67c4f38779cbe8260ae73b8c9767 (diff)
downloadpostgresql-ff0a420c927abf5fbc435d990230013a3fdc1990.tar.gz
postgresql-ff0a420c927abf5fbc435d990230013a3fdc1990.zip
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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/regress/regress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/regress.sh b/src/test/regress/regress.sh
index cf5dc2409cd..b4804bb7dba 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.44 2000/03/14 23:06:55 thomas Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.45 2000/03/16 14:37:33 thomas Exp $
#
if [ $# -eq 0 ]; then
echo "Syntax: $0 <hostname> [extra-tests]"
@@ -80,7 +80,7 @@ if [ $? -ne 0 ]; then
fi
if [ "x$hostname" != "xi386-pc-qnx4" ]; then
-echo "=============== installing languages... ================="
+echo "=============== installing languages... ================="
$ECHO_N "installing PL/pgSQL .. " $ECHO_C
createlang $HOSTLOC plpgsql regression
if [ $? -ne 0 -a $? -ne 2 ]; then