Thanks to visit codestin.com Credit goes to github.com
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 c7fc242 commit 7300a28Copy full SHA for 7300a28
src/bin/pg_ctl/pg_ctl.sh
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.12 2000/04/25 01:07:23 ishii Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.13 2000/10/24 19:11:15 petere Exp $
12
13
#-------------------------------------------------------------------------
14
CMDNAME=`basename $0`
@@ -221,8 +221,7 @@ if [ $op = "start" -o $op = "restart" ];then
221
if [ -f $DEFPOSTOPTS ];then
222
eval "$po_path `cat $DEFPOSTOPTS`" &
223
else
224
- $ECHO "$CMDNAME: Can't find $DEFPOSTOPTS"
225
- exit 1
+ $po_path &
226
fi
227
228
# if we are in restart mode, then look postmaster.opts
0 commit comments