Skip to content

Commit 89ad160

Browse files
Jan WieckJan Wieck
authored andcommitted
Arranged that plpgsql.so is used from new build, not installed
one in production PGLIB. Jan
1 parent dde36bf commit 89ad160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/regress/run_check.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.3 1999/11/21 01:53:39 tgl Exp $
3+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.4 1999/12/03 12:47:43 wieck Exp $
44

55
# ----------
66
# This is currently needed because the actual 7.0 psql makes
@@ -35,10 +35,12 @@ BINDIR=$CHKDIR/bin
3535
LOGDIR=$CHKDIR/log
3636
TIMDIR=$CHKDIR/timestamp
3737
PGPORT=65432
38+
PGLIB=$LIBDIR
3839
PMPID=
3940

4041
export CHKDIR
4142
export PGDATA
43+
export PGLIB
4244
export LOGDIR
4345
export TIMDIR
4446
export PGPORT

0 commit comments

Comments
 (0)