We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde36bf commit 89ad160Copy full SHA for 89ad160
src/test/regress/run_check.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# $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 $
4
5
# ----------
6
# This is currently needed because the actual 7.0 psql makes
@@ -35,10 +35,12 @@ BINDIR=$CHKDIR/bin
35
LOGDIR=$CHKDIR/log
36
TIMDIR=$CHKDIR/timestamp
37
PGPORT=65432
38
+PGLIB=$LIBDIR
39
PMPID=
40
41
export CHKDIR
42
export PGDATA
43
+export PGLIB
44
export LOGDIR
45
export TIMDIR
46
export PGPORT
0 commit comments