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

Commit55b297b

Browse files
peterepull[bot]
authored andcommitted
Fix copy-and-pasto in error message
from2fe3bdb
1 parent56814d4 commit55b297b

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