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

Commit b1c4ed2

Browse files
committed
Fix copy-and-pasto in error message
from 2fe3bdb
1 parent 5d42a97 commit b1c4ed2

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 get control data 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)