Skip to content

Commit 08147fa

Browse files
committed
More cleanups.
1 parent 7e1d820 commit 08147fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_upgrade/pg_upgrade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pg_upgrade: update a database without needing a full dump/reload cycle.
44
# CAUTION: Read the manual page before trying to use this!
55

6-
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.7 2002/01/15 05:03:53 momjian Exp $
6+
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.8 2002/01/15 05:10:57 momjian Exp $
77
#
88
# To migrate this to newer versions of PostgreSQL:
99
# 1) Update the version numbers at the top of the file
@@ -352,7 +352,7 @@ fi
352352
if pg_ctl status | sed -n '1p' | grep "is running" > /dev/null 2>&1
353353
then pg_ctl -w stop
354354
if [ $? -ne 0 ]
355-
then echo "Can no start server. Exiting." 1>&2
355+
then echo "Can not start server. Exiting." 1>&2
356356
exit 1
357357
fi
358358
fi

0 commit comments

Comments
 (0)