We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cc9df commit 5059cf6Copy full SHA for 5059cf6
contrib/pg_upgrade/server.c
@@ -193,8 +193,7 @@ start_postmaster(ClusterInfo *cluster)
193
PQerrorMessage(conn));
194
if (conn)
195
PQfinish(conn);
196
- pg_log(PG_FATAL, "unable to connect to %s postmaster started with the command: %s\n"
197
- "Perhaps pg_hba.conf was not set to \"trust\".\n",
+ pg_log(PG_FATAL, "unable to connect to %s postmaster started with the command: %s\n",
198
CLUSTER_NAME(cluster), cmd);
199
}
200
0 commit comments