mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Adjust pg_upgrade FATAL error messages to have consistent newlines.
Also adjust some error message capitalization for consistency.
This commit is contained in:
@ -192,7 +192,7 @@ start_postmaster(ClusterInfo *cluster)
|
||||
if (conn)
|
||||
PQfinish(conn);
|
||||
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\".",
|
||||
"Perhaps pg_hba.conf was not set to \"trust\".\n",
|
||||
CLUSTER_NAME(cluster), cmd);
|
||||
}
|
||||
PQfinish(conn);
|
||||
|
Reference in New Issue
Block a user