1
0
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:
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

@ -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");
}