Skip to content

Commit 7300a28

Browse files
committed
Ignore missing postmaster.opts.default file.
1 parent c7fc242 commit 7300a28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bin/pg_ctl/pg_ctl.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.12 2000/04/25 01:07:23 ishii Exp $
11+
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.13 2000/10/24 19:11:15 petere Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414
CMDNAME=`basename $0`
@@ -221,8 +221,7 @@ if [ $op = "start" -o $op = "restart" ];then
221221
if [ -f $DEFPOSTOPTS ];then
222222
eval "$po_path `cat $DEFPOSTOPTS`" &
223223
else
224-
$ECHO "$CMDNAME: Can't find $DEFPOSTOPTS"
225-
exit 1
224+
$po_path &
226225
fi
227226
else
228227
# if we are in restart mode, then look postmaster.opts

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy