Fix copy-and-pasto in error message
from 2fe3bdbd69
This commit is contained in:
parent
5d42a97519
commit
b1c4ed2f02
@ -432,7 +432,7 @@ adjust_data_dir(ClusterInfo *cluster)
|
|||||||
|
|
||||||
rc = pclose(output);
|
rc = pclose(output);
|
||||||
if (rc != 0)
|
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));
|
cmd, wait_result_to_str(rc));
|
||||||
|
|
||||||
/* strip trailing newline and carriage return */
|
/* strip trailing newline and carriage return */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user