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

Commitb1c4ed2

Browse files
committed
Fix copy-and-pasto in error message
from2fe3bdb
1 parent5d42a97 commitb1c4ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ adjust_data_dir(ClusterInfo *cluster)
432432

433433
rc=pclose(output);
434434
if (rc!=0)
435-
pg_fatal("could not getcontroldata directory using %s: %s",
435+
pg_fatal("could not get data directory using %s: %s",
436436
cmd,wait_result_to_str(rc));
437437

438438
/* strip trailing newline and carriage return */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp