File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/createlang/Attic/createlang.sh,v 1.1 1999/05/20 16:50:00 wieck Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/createlang/Attic/createlang.sh,v 1.2 1999/07/09 17:57:46 momjian Exp $
12
12
#
13
13
# -------------------------------------------------------------------------
14
14
@@ -140,7 +140,7 @@ if [ $? -ne 0 ]; then
140
140
fi
141
141
if [ ! -z " $res " ]; then
142
142
echo " The language '$langname ' is already installed in database $dbname "
143
- exit 1
143
+ exit 2
144
144
fi
145
145
146
146
# ----------
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.30 1999/06/14 17:49:06 tgl Exp $
2
+ # $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.31 1999/07/09 17:57:46 momjian Exp $
3
3
#
4
4
if [ $# -eq 0 ]
5
5
then
69
69
70
70
echo " =============== installing PL/pgSQL... ================="
71
71
createlang $HOST plpgsql regression
72
- if [ $? -ne 0 ]; then
72
+ if [ $? -ne 0 -a $? -ne 2 ]; then
73
73
echo createlang failed
74
74
exit 1
75
75
fi
You can’t perform that action at this time.
0 commit comments