projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7215f74
)
Fix silly typo that prevented resultmap from being honored by
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 2 Oct 2000 06:03:25 +0000
(06:03 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 2 Oct 2000 06:03:25 +0000
(06:03 +0000)
pg_regress.
src/test/regress/pg_regress.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.sh
b/src/test/regress/pg_regress.sh
index 64a828ff643fb9c85df01602416cd04e225abf3e..c496473d145bcaf12396699ed1811b07947a4024 100644
(file)
--- a/
src/test/regress/pg_regress.sh
+++ b/
src/test/regress/pg_regress.sh
@@
-1,5
+1,5
@@
#! /bin/sh
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.
2 2000/10/01 22:23:14 petere
Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.
3 2000/10/02 06:03:25 tgl
Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
@@
-72,7
+72,7
@@
fi
libdir='@libdir@'
bindir='@bindir@'
datadir='@datadir@'
-host_platform='@host_t
ri
ple@'
+host_platform='@host_t
u
ple@'
unset mode
unset schedule