projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3736d2
)
Fix minor bug.
author
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 22 Dec 1999 04:41:17 +0000
(
04:41
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 22 Dec 1999 04:41:17 +0000
(
04:41
+0000)
src/bin/pg_ctl/pg_ctl.sh
patch
|
blob
|
history
diff --git
a/src/bin/pg_ctl/pg_ctl.sh
b/src/bin/pg_ctl/pg_ctl.sh
index ec529bee02a5848ccb349b66efb3d69307a17b65..68b7d3f3dbf7ac604ec61eb7a6a7efa1cc06664f 100755
(executable)
--- a/
src/bin/pg_ctl/pg_ctl.sh
+++ b/
src/bin/pg_ctl/pg_ctl.sh
@@
-8,7
+8,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.
4 1999/12/22 04:12:55
ishii Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.
5 1999/12/22 04:41:17
ishii Exp $
#
#-------------------------------------------------------------------------
CMDNAME=`basename $0`
@@
-49,6
+49,8
@@
do
fi
done
+po_path=$PGPATH/postmaster
+
# set default shutdown signal
sig="-TERM"