diff --git a/src/bin/pg_upgrade/server.c b/src/bin/pg_upgrade/server.c index 219d00daa36..a91f18916c7 100644 --- 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