In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now
that we report the libpq connection failure string. Per suggestion from Robert Haas.
This commit is contained in:
parent
a9cc9df021
commit
5059cf6ebf
@ -193,8 +193,7 @@ start_postmaster(ClusterInfo *cluster)
|
|||||||
PQerrorMessage(conn));
|
PQerrorMessage(conn));
|
||||||
if (conn)
|
if (conn)
|
||||||
PQfinish(conn);
|
PQfinish(conn);
|
||||||
pg_log(PG_FATAL, "unable to connect to %s postmaster started with the command: %s\n"
|
pg_log(PG_FATAL, "unable to connect to %s postmaster started with the command: %s\n",
|
||||||
"Perhaps pg_hba.conf was not set to \"trust\".\n",
|
|
||||||
CLUSTER_NAME(cluster), cmd);
|
CLUSTER_NAME(cluster), cmd);
|
||||||
}
|
}
|
||||||
PQfinish(conn);
|
PQfinish(conn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user