File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
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 $
4
4
5
5
# ----------
6
6
# Check call syntax
@@ -173,7 +173,7 @@ export PATH
173
173
# Run initdb to initialize a database system in ./tmp_check
174
174
# ----------
175
175
echo " =============== 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
177
177
178
178
if [ $? -ne 0 ]
179
179
then
239
239
# Install the PL/pgSQL language in it
240
240
# ----------
241
241
echo " =============== Installing PL/pgSQL... ================"
242
- createlang $HOSTLOC plpgsql regression
242
+ createlang -L $LIBDIR $HOSTLOC plpgsql regression
243
243
if [ $? -ne 0 -a $? -ne 2 ]; then
244
244
echo createlang failed
245
245
kill -15 $PMPID
You can’t perform that action at this time.
0 commit comments