]> granicus.if.org Git - postgresql/commitdiff
Fix minor bug.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 22 Dec 1999 04:41:17 +0000 (04:41 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 22 Dec 1999 04:41:17 +0000 (04:41 +0000)
src/bin/pg_ctl/pg_ctl.sh

index ec529bee02a5848ccb349b66efb3d69307a17b65..68b7d3f3dbf7ac604ec61eb7a6a7efa1cc06664f 100755 (executable)
@@ -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"