Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c1bfc9d

Browse files
committed
Adjusted for new (again!) config.guess output under QNX
1 parent 14bc951 commit c1bfc9d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nextstep*) os=nextstep need_tas=no ;;
4343
sysv4*) os=svr4 need_tas=no ;;
4444
sysv5uw*) os=unixware need_tas=no ;;
4545
unixware*) os=unixware need_tas=no ;;
46-
qnx4*) os=qnx4 need_tas=no ;;
46+
qnx*) os=qnx4 need_tas=no ;;
4747
*) echo ""
4848
echo "*************************************************************"
4949
echo "configure does not currently recognize your operating system,"

src/test/regress/regress.sh

Lines changed: 4 additions & 4 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.47 2000/03/31 14:14:34 momjian Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.48 2000/03/31 22:03:52 petere Exp $
33
#
44
if [ $# -eq 0 ]; then
55
echo "Syntax: $0 <hostname> [extra-tests]"
@@ -11,7 +11,7 @@ shift
1111
extratests="$*"
1212

1313
case $hostname in
14-
i*86-pc-cygwin* | i386-qnx-qnx4)
14+
i*86-pc-cygwin* | i386-*-qnx*)
1515
HOSTLOC="-h localhost"
1616
;;
1717
*)
@@ -82,7 +82,7 @@ if [ $? -ne 0 ]; then
8282
exit 1
8383
fi
8484

85-
if [ "x$hostname" != "xi386-qnx-qnx4" ]; then
85+
if [ "x$hostname" != "xi386-pc-qnx" ]; then
8686
echo "=============== installing languages... ================="
8787
$ECHO_N "installing PL/pgSQL .. " $ECHO_C
8888
createlang $HOSTLOC plpgsql regression
@@ -97,7 +97,7 @@ fi
9797
echo "=============== running regression queries... ================="
9898
echo "" > regression.diffs
9999

100-
if [ "x$hostname" = "xi386-qnx-qnx4" ]; then
100+
if [ "x$hostname" = "xi386-pc-qnx" ]; then
101101
DIFFOPT="-b"
102102
else
103103
DIFFOPT="-w"

src/test/regress/resultmap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
abstime/alpha.*-dec-osf=abstime-solaris-1947
22
abstime/sparc-sun-solaris=abstime-solaris-1947
3-
float4/.*-qnx4=float4-exp-three-digits
3+
float4/.*-qnx=float4-exp-three-digits
44
float8/.*-netbsd=float8-small-is-zero
5-
float8/.*-qnx4=float8-exp-three-digits
5+
float8/.*-qnx=float8-exp-three-digits
66
float8/alpha.*-dec-osf=float8-fp-exception
77
float8/i.86-pc-cygwin*=float8-cygwin
88
geometry/.*-freebsd=geometry-positive-zeros
@@ -18,7 +18,7 @@ horology/sparc-sun-solaris=horology-solaris-1947
1818
int2/.*-aix4=int2-too-large
1919
int2/.*-freebsd=int2-too-large
2020
int2/.*-netbsd=int2-too-large
21-
int2/.*-qnx4=int2-too-large
21+
int2/.*-qnx=int2-too-large
2222
int2/alpha.*-dec-osf=int2-too-large
2323
int2/hppa=int2-too-large
2424
int2/i.86-pc-cygwin*=int2-math-result-out-of-range
@@ -28,13 +28,13 @@ int2/sparc-sun-solaris=int2-too-large
2828
int4/.*-aix4=int4-too-large
2929
int4/.*-freebsd=int4-too-large
3030
int4/.*-netbsd=int4-too-large
31-
int4/.*-qnx4=int4-too-large
31+
int4/.*-qnx=int4-too-large
3232
int4/alpha.*-dec-osf=int4-too-large
3333
int4/hppa=int4-too-large
3434
int4/i.86-pc-cygwin*=int4-math-result-out-of-range
3535
int4/i.86-pc-linux-gnulibc=int4-not-representable
3636
int4/powerpc-unknown-linux-gnulibc1=int4-not-representable
3737
int4/sparc-sun-solaris=int4-too-large
38-
int8/.*-qnx4=int8-exp-three-digits
38+
int8/.*-qnx=int8-exp-three-digits
3939
tinterval/alpha.*-dec-osf=tinterval-solaris-1947
4040
tinterval/sparc-sun-solaris=tinterval-solaris-1947

0 commit comments

Comments
 (0)