From: Bruce Momjian Date: Fri, 5 Jan 2018 19:49:36 +0000 (-0500) Subject: pg_upgrade: remove C comment X-Git-Tag: REL_11_BETA1~986 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84a6f63e32dbefe3dc76cbe628fab6cbfc26141e;p=thirdparty%2Fpostgresql.git pg_upgrade: remove C comment Revert another part of 959ee6d267fb24e667fc64e9837a376e236e84a5 . Backpatch-through: 10 --- diff --git a/src/bin/pg_upgrade/server.c b/src/bin/pg_upgrade/server.c index 74ebaed5b2d..96181237f8d 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