mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Update pg_upgrade directory check error message.
This commit is contained in:
parent
8a849cdee4
commit
e728701fb4
@ -96,7 +96,7 @@ verify_directories(void)
|
|||||||
|
|
||||||
if (access(".", R_OK | W_OK | X_OK) != 0)
|
if (access(".", R_OK | W_OK | X_OK) != 0)
|
||||||
pg_log(PG_FATAL,
|
pg_log(PG_FATAL,
|
||||||
"You must have full access permissions in the current directory.\n");
|
"You must have read and write access in the current directory.\n");
|
||||||
|
|
||||||
prep_status("Checking old data directory (%s)", old_cluster.pgdata);
|
prep_status("Checking old data directory (%s)", old_cluster.pgdata);
|
||||||
check_data_dir(old_cluster.pgdata);
|
check_data_dir(old_cluster.pgdata);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user