Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7300a28

Browse files
committed
Ignore missing postmaster.opts.default file.
1 parentc7fc242 commit7300a28

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)

[8]ページ先頭

©2009-2025 Movatter.jp