diff options
author | Jan Wieck <JanWieck@Yahoo.com> | 1999-12-03 12:47:43 +0000 |
---|---|---|
committer | Jan Wieck <JanWieck@Yahoo.com> | 1999-12-03 12:47:43 +0000 |
commit | 89ad160622e42266376406a2d760de86a95d7cca (patch) | |
tree | 2f2c53c851fbb742c025d0feecc4fbf94bc31df0 | |
parent | dde36bfb7c4071f01a24572b2028f90ea9bff476 (diff) | |
download | postgresql-89ad160622e42266376406a2d760de86a95d7cca.tar.gz postgresql-89ad160622e42266376406a2d760de86a95d7cca.zip |
Arranged that plpgsql.so is used from new build, not installed
one in production PGLIB.
Jan
-rwxr-xr-x | src/test/regress/run_check.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/regress/run_check.sh b/src/test/regress/run_check.sh index 877d8fae5ec..a18d651e1ca 100755 --- a/src/test/regress/run_check.sh +++ b/src/test/regress/run_check.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.3 1999/11/21 01:53:39 tgl Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.4 1999/12/03 12:47:43 wieck Exp $ # ---------- # This is currently needed because the actual 7.0 psql makes @@ -35,10 +35,12 @@ BINDIR=$CHKDIR/bin LOGDIR=$CHKDIR/log TIMDIR=$CHKDIR/timestamp PGPORT=65432 +PGLIB=$LIBDIR PMPID= export CHKDIR export PGDATA +export PGLIB export LOGDIR export TIMDIR export PGPORT |