Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bda7a4

Browse files
committed
change copyright year 1999->2000
Minor fix
1 parent5b58de1 commit2bda7a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/bin/pg_ctl/pg_ctl.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# pg_ctl.sh--
55
# Start/Stop/Restart/Report status of postmaster
66
#
7-
# Copyright (c)1999, PostgreSQL Global Development Group
7+
# Copyright (c)2000, PostgreSQL Global Development Group
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.8 2000/02/06 00:49:03 ishii Exp $
11+
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.9 2000/02/07 04:31:10 ishii Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414
CMDNAME=`basename$0`
@@ -85,6 +85,8 @@ do
8585
-m)
8686
shift
8787
case$1in
88+
s|smart)
89+
;;
8890
f|fast)
8991
sig="-INT"
9092
;;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp