]> granicus.if.org Git - postgresql/commitdiff
Arranged that plpgsql.so is used from new build, not installed
authorJan Wieck <JanWieck@Yahoo.com>
Fri, 3 Dec 1999 12:47:43 +0000 (12:47 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Fri, 3 Dec 1999 12:47:43 +0000 (12:47 +0000)
one in production PGLIB.

Jan

src/test/regress/run_check.sh

index 877d8fae5ecc6d46722c35df2c8c085b88ed87de..a18d651e1ca11a9799bc2b55b1fb6e626586f790 100755 (executable)
@@ -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