projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1435c38
)
More cleanups.
author
Bruce Momjian
<
[email protected]
>
Tue, 15 Jan 2002 05:10:57 +0000
(
05:10
+0000)
committer
Bruce Momjian
<
[email protected]
>
Tue, 15 Jan 2002 05:10:57 +0000
(
05:10
+0000)
contrib/pg_upgrade/pg_upgrade
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/pg_upgrade
b/contrib/pg_upgrade/pg_upgrade
index 998089b9ef031f4c5e686f3a2729537ae0f4a664..7a0cbddfc8ee833d230b2246e39854596044e0c6 100755
(executable)
--- a/
contrib/pg_upgrade/pg_upgrade
+++ b/
contrib/pg_upgrade/pg_upgrade
@@
-352,7
+352,7
@@
fi
if pg_ctl status | sed -n '1p' | grep "is running" > /dev/null 2>&1
then pg_ctl -w stop
if [ $? -ne 0 ]
- then echo "Can no start server. Exiting." 1>&2
+ then echo "Can no
t
start server. Exiting." 1>&2
exit 1
fi
fi