From e80ade5e221ae37ae6bebf83def75c5fd6dd2346 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii <ishii@postgresql.org> Date: Wed, 22 Dec 1999 04:41:17 +0000 Subject: [PATCH] Fix minor bug. --- src/bin/pg_ctl/pg_ctl.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/pg_ctl/pg_ctl.sh b/src/bin/pg_ctl/pg_ctl.sh index ec529bee02a..68b7d3f3dbf 100755 --- 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" -- GitLab