1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00

A toast relid field are no longer needed in pg_upgrade's rel arrays, so

remove them.  Also other renaming.
This commit is contained in:
Bruce Momjian
2011-01-10 11:45:22 -05:00
parent 0eb59c4591
commit 0a5f119931
4 changed files with 65 additions and 78 deletions

View File

@@ -362,7 +362,7 @@ check_new_db_is_empty(void)
}
}
dbarr_free(&new_cluster.dbarr);
free_db_and_rel_infos(&new_cluster.dbarr);
if (found)
pg_log(PG_FATAL, "New cluster is not empty; exiting\n");