Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5059cf6

Browse files
committed
In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now
that we report the libpq connection failure string. Per suggestion fromRobert Haas.
1 parenta9cc9df commit5059cf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎contrib/pg_upgrade/server.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ start_postmaster(ClusterInfo *cluster)
193193
PQerrorMessage(conn));
194194
if (conn)
195195
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",
196+
pg_log(PG_FATAL,"unable to connect to %s postmaster started with the command: %s\n",
198197
CLUSTER_NAME(cluster),cmd);
199198
}
200199
PQfinish(conn);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp