mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Adjust pg_upgrade error message, array freeing, and add error check.
This commit is contained in:
@ -362,8 +362,6 @@ check_new_db_is_empty(void)
|
||||
}
|
||||
}
|
||||
|
||||
free_db_and_rel_infos(&new_cluster.dbarr);
|
||||
|
||||
if (found)
|
||||
pg_log(PG_FATAL, "New cluster is not empty; exiting\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user