projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d42a97
)
Fix copy-and-pasto in error message
author
Peter Eisentraut
<
[email protected]
>
Fri, 5 May 2023 05:50:08 +0000
(07:50 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 5 May 2023 05:50:08 +0000
(07:50 +0200)
from
2fe3bdbd69
src/bin/pg_upgrade/option.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/option.c
b/src/bin/pg_upgrade/option.c
index 8869b6b60d24b51fd02d4c6362871d8997b21adf..640361009e30a5f4c9b7593ef8d93a53c2e395bf 100644
(file)
--- a/
src/bin/pg_upgrade/option.c
+++ b/
src/bin/pg_upgrade/option.c
@@
-432,7
+432,7
@@
adjust_data_dir(ClusterInfo *cluster)
rc = pclose(output);
if (rc != 0)
- pg_fatal("could not get
control
data directory using %s: %s",
+ pg_fatal("could not get data directory using %s: %s",
cmd, wait_result_to_str(rc));
/* strip trailing newline and carriage return */