Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6f01f
)
pg_upgrade: remove C comment
author
Bruce Momjian
<bruce@momjian.us>
Fri, 5 Jan 2018 19:49:36 +0000
(14:49 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 5 Jan 2018 19:49:36 +0000
(14:49 -0500)
Revert another part of
959ee6d267fb24e667fc64e9837a376e236e84a5
.
Backpatch-through: 10
src/bin/pg_upgrade/server.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/server.c
b/src/bin/pg_upgrade/server.c
index 74ebaed5b2db6e10d9cee5afa45885bd55dc9540..96181237f8d2436ba9cf279c2c83e0199c97f090 100644
(file)
--- a/
src/bin/pg_upgrade/server.c
+++ b/
src/bin/pg_upgrade/server.c
@@
-311,7
+311,6
@@
start_postmaster(ClusterInfo *cluster, bool throw_error)
*/
if (!pg_ctl_return)
{
- /* keep error strings separate to ease translation */
if (cluster == &old_cluster)
pg_fatal("pg_ctl failed to start the source server, or connection failed\n");
else