Commit e80ade5e authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix minor bug.

parent e3736d2c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # 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` CMDNAME=`basename $0`
...@@ -49,6 +49,8 @@ do ...@@ -49,6 +49,8 @@ do
fi fi
done done
po_path=$PGPATH/postmaster
# set default shutdown signal # set default shutdown signal
sig="-TERM" sig="-TERM"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment