File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22#
3- # $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.9 2000/02/19 22:13:36 tgl Exp $
3+ # $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.10 2000/02/24 23:37:30 petere Exp $
44
55# ----------
66# Check call syntax
@@ -173,7 +173,7 @@ export PATH
173173# Run initdb to initialize a database system in ./tmp_check
174174# ----------
175175echo " =============== Initializing check database instance ================"
176- initdb --pglib= $LIBDIR --pgdata= $PGDATA > $LOGDIR /initdb.log 2>&1
176+ initdb -L $LIBDIR -D $PGDATA > $LOGDIR /initdb.log 2>&1
177177
178178if [ $? -ne 0 ]
179179then
239239# Install the PL/pgSQL language in it
240240# ----------
241241echo " =============== Installing PL/pgSQL... ================"
242- createlang $HOSTLOC plpgsql regression
242+ createlang -L $LIBDIR $HOSTLOC plpgsql regression
243243if [ $? -ne 0 -a $? -ne 2 ]; then
244244 echo createlang failed
245245 kill -15 $PMPID
You can’t perform that action at this time.
0 commit comments