Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b58de1 commit 2bda7a4Copy full SHA for 2bda7a4
src/bin/pg_ctl/pg_ctl.sh
@@ -4,11 +4,11 @@
4
# pg_ctl.sh--
5
# Start/Stop/Restart/Report status of postmaster
6
#
7
-# Copyright (c) 1999, PostgreSQL Global Development Group
+# Copyright (c) 2000, PostgreSQL Global Development Group
8
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.8 2000/02/06 00:49:03 ishii Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.9 2000/02/07 04:31:10 ishii Exp $
12
13
#-------------------------------------------------------------------------
14
CMDNAME=`basename $0`
@@ -85,6 +85,8 @@ do
85
-m)
86
shift
87
case $1 in
88
+ s|smart)
89
+ ;;
90
f|fast)
91
sig="-INT"
92
;;
0 commit comments