1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Adjust pg_upgrade error message, array freeing, and add error check.

This commit is contained in:
Bruce Momjian
2011-02-15 15:00:07 -05:00
parent f5fc1de501
commit fe8f15d5d2
4 changed files with 10 additions and 4 deletions

View File

@ -286,7 +286,6 @@ create_new_objects(void)
check_ok();
/* regenerate now that we have objects in the databases */
free_db_and_rel_infos(&new_cluster.dbarr);
get_db_and_rel_infos(&new_cluster);
uninstall_support_functions_from_new_cluster();