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

Commit877b55c

Browse files
committed
Improve pg_upgrade wording for pg_ctl start failure; could be
connection failure.Backpatch to 9.2.Per report from Evan D. Hoffman
1 parent15b1918 commit877b55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_upgrade/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ start_postmaster(ClusterInfo *cluster)
193193

194194
/* If the connection didn't fail, fail now */
195195
if (pg_ctl_return!=0)
196-
pg_log(PG_FATAL,"pg_ctl failed to start the %s server\n",
196+
pg_log(PG_FATAL,"pg_ctl failed to start the %s server, or connection failed\n",
197197
CLUSTER_NAME(cluster));
198198

199199
os_info.running_cluster=cluster;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp