mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
change copyright year 1999->2000
Minor fix
This commit is contained in:
parent
5b58de124e
commit
2bda7a4406
@ -4,11 +4,11 @@
|
|||||||
# pg_ctl.sh--
|
# pg_ctl.sh--
|
||||||
# Start/Stop/Restart/Report status of postmaster
|
# Start/Stop/Restart/Report status of postmaster
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999, PostgreSQL Global Development Group
|
# Copyright (c) 2000, PostgreSQL Global Development Group
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $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 $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
CMDNAME=`basename $0`
|
CMDNAME=`basename $0`
|
||||||
@ -85,6 +85,8 @@ do
|
|||||||
-m)
|
-m)
|
||||||
shift
|
shift
|
||||||
case $1 in
|
case $1 in
|
||||||
|
s|smart)
|
||||||
|
;;
|
||||||
f|fast)
|
f|fast)
|
||||||
sig="-INT"
|
sig="-INT"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user