]> granicus.if.org Git - postgresql/commitdiff
Support full POSIX-style time zone: EST+3, PST-3, etc.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 16 Mar 2000 14:37:33 +0000 (14:37 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 16 Mar 2000 14:37:33 +0000 (14:37 +0000)
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.

src/test/regress/regress.sh

index cf5dc2409cdb68943a6e7ca2228f8363ce777c4c..b4804bb7dba56b8b9afcfdc4a689a61864b5c48f 100755 (executable)
@@ -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