Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 877b55c

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 parent 15b1918 commit 877b55c

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)