Skip to content
Snippets Groups Projects
Commit 89ad1606 authored by Jan Wieck's avatar Jan Wieck
Browse files

Arranged that plpgsql.so is used from new build, not installed

one in production PGLIB.

Jan
parent dde36bfb
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/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 # This is currently needed because the actual 7.0 psql makes
...@@ -35,10 +35,12 @@ BINDIR=$CHKDIR/bin ...@@ -35,10 +35,12 @@ BINDIR=$CHKDIR/bin
LOGDIR=$CHKDIR/log LOGDIR=$CHKDIR/log
TIMDIR=$CHKDIR/timestamp TIMDIR=$CHKDIR/timestamp
PGPORT=65432 PGPORT=65432
PGLIB=$LIBDIR
PMPID= PMPID=
export CHKDIR export CHKDIR
export PGDATA export PGDATA
export PGLIB
export LOGDIR export LOGDIR
export TIMDIR export TIMDIR
export PGPORT export PGPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment