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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user